#bc008e color space conversions
Hex:
        #bc008e
        RGB:
        188, 0, 142
        CMY:
        26, 100, 44
        CMYK:
        0, 100, 24, 26
      HSL:
        315°, 100.0000%, 36.8627%
        HSV (HSB):
        315°, 100.0000%, 73.7255%
        XYZ:
        25.6215, 12.6444, 26.6814
        xyY:
        0.3945, 0.1947, 12.6444
      CIE-Lab:
        42.2224, 72.0336, -24.7709
        CIE-LCH:
        42.2224, 76.1737, 341.0229
        CIE-Luv:
        42.2224, 81.8843, -45.5627
        Hunter-Lab:
        35.5589, 66.3878, -19.5966
      #bc008e color charts
#bc008e RGB chart
      #bc008e CMYK chart
      #bc008e RGB pie chart
      #bc008e color shades, tints & tones
#bc008e color schemes
#bc008e color preview, HTML & CSS examples
           This text has a color of #bc008e        
        
          <p style="color:#bc008e;">Text here</p>
        
        
          .mytext {color:#bc008e;}
        
        Text color #bc008e
      
           This box has a color of #bc008e        
        
          <div style="background-color:#bc008e;">Content here</div>
        
        
          .mybackground {background-color:#bc008e;}
        
        Background color #bc008e
      
           Border around this has a color of #bc008e        
        
          <div style="border:2px solid #bc008e;">Content here</div>
        
        
          .myborder {border:2px solid #bc008e;}
        
        Border color #bc008e