#b80bcc color space conversions
Hex:
        #b80bcc
        RGB:
        184, 11, 204
        CMY:
        28, 96, 20
        CMYK:
        10, 95, 0, 20
      HSL:
        294°, 89.7674%, 42.1569%
        HSV (HSB):
        294°, 94.6078%, 80.0000%
        XYZ:
        30.7859, 14.7893, 58.3588
        xyY:
        0.2962, 0.1423, 14.7893
      CIE-Lab:
        45.3443, 78.9647, -56.6936
        CIE-LCH:
        45.3443, 97.2089, 324.3231
        CIE-Luv:
        45.3443, 53.0997, -92.6239
        Hunter-Lab:
        38.4569, 75.5952, -63.0534
      #b80bcc color charts
#b80bcc RGB chart
      #b80bcc CMYK chart
      #b80bcc RGB pie chart
      #b80bcc color shades, tints & tones
#b80bcc color schemes
#b80bcc color preview, HTML & CSS examples
           This text has a color of #b80bcc        
        
          <p style="color:#b80bcc;">Text here</p>
        
        
          .mytext {color:#b80bcc;}
        
        Text color #b80bcc
      
           This box has a color of #b80bcc        
        
          <div style="background-color:#b80bcc;">Content here</div>
        
        
          .mybackground {background-color:#b80bcc;}
        
        Background color #b80bcc
      
           Border around this has a color of #b80bcc        
        
          <div style="border:2px solid #b80bcc;">Content here</div>
        
        
          .myborder {border:2px solid #b80bcc;}
        
        Border color #b80bcc