#bb70cd color space conversions
Hex:
        #bb70cd
        RGB:
        187, 112, 205
        CMY:
        27, 56, 20
        CMYK:
        9, 45, 0, 20
      HSL:
        288°, 48.1865%, 62.1569%
        HSV (HSB):
        288°, 45.3659%, 80.3922%
        XYZ:
        37.3071, 26.5609, 60.9181
        xyY:
        0.2990, 0.2129, 26.5609
      CIE-Lab:
        58.5657, 44.6862, -36.2390
        CIE-LCH:
        58.5657, 57.5337, 320.9591
        CIE-Luv:
        58.5657, 33.0769, -62.2970
        Hunter-Lab:
        51.5373, 39.0235, -34.0058
      #bb70cd color charts
#bb70cd RGB chart
      #bb70cd CMYK chart
      #bb70cd RGB pie chart
      #bb70cd color shades, tints & tones
#bb70cd color schemes
#bb70cd color preview, HTML & CSS examples
           This text has a color of #bb70cd        
        
          <p style="color:#bb70cd;">Text here</p>
        
        
          .mytext {color:#bb70cd;}
        
        Text color #bb70cd
      
           This box has a color of #bb70cd        
        
          <div style="background-color:#bb70cd;">Content here</div>
        
        
          .mybackground {background-color:#bb70cd;}
        
        Background color #bb70cd
      
           Border around this has a color of #bb70cd        
        
          <div style="border:2px solid #bb70cd;">Content here</div>
        
        
          .myborder {border:2px solid #bb70cd;}
        
        Border color #bb70cd