#bb04cf color space conversions
Hex:
        #bb04cf
        RGB:
        187, 4, 207
        CMY:
        27, 98, 19
        CMYK:
        10, 98, 0, 19
      HSL:
        294°, 96.2085%, 41.3725%
        HSV (HSB):
        294°, 98.0676%, 81.1765%
        XYZ:
        31.7994, 15.1566, 60.2810
        xyY:
        0.2965, 0.1413, 15.1566
      CIE-Lab:
        45.8480, 80.5211, -57.5896
        CIE-LCH:
        45.8480, 98.9960, 324.4272
        CIE-Luv:
        45.8480, 54.3879, -94.3557
        Hunter-Lab:
        38.9315, 77.6694, -64.5517
      #bb04cf color charts
#bb04cf RGB chart
      #bb04cf CMYK chart
      #bb04cf RGB pie chart
      #bb04cf color shades, tints & tones
#bb04cf color schemes
#bb04cf color preview, HTML & CSS examples
           This text has a color of #bb04cf        
        
          <p style="color:#bb04cf;">Text here</p>
        
        
          .mytext {color:#bb04cf;}
        
        Text color #bb04cf
      
           This box has a color of #bb04cf        
        
          <div style="background-color:#bb04cf;">Content here</div>
        
        
          .mybackground {background-color:#bb04cf;}
        
        Background color #bb04cf
      
           Border around this has a color of #bb04cf        
        
          <div style="border:2px solid #bb04cf;">Content here</div>
        
        
          .myborder {border:2px solid #bb04cf;}
        
        Border color #bb04cf