#bb12be color space conversions
Hex:
        #bb12be
        RGB:
        187, 18, 190
        CMY:
        27, 93, 25
        CMYK:
        2, 91, 0, 25
      HSL:
        299°, 82.6923%, 40.7843%
        HSV (HSB):
        299°, 90.5263%, 74.5098%
        XYZ:
        30.0041, 14.7151, 49.9741
        xyY:
        0.3169, 0.1554, 14.7151
      CIE-Lab:
        45.2415, 76.4759, -48.6848
        CIE-LCH:
        45.2415, 90.6575, 327.5190
        CIE-Luv:
        45.2415, 59.8208, -81.0374
        Hunter-Lab:
        38.3603, 72.4860, -50.3882
      #bb12be color charts
#bb12be RGB chart
      #bb12be CMYK chart
      #bb12be RGB pie chart
      #bb12be color shades, tints & tones
#bb12be color schemes
#bb12be color preview, HTML & CSS examples
           This text has a color of #bb12be        
        
          <p style="color:#bb12be;">Text here</p>
        
        
          .mytext {color:#bb12be;}
        
        Text color #bb12be
      
           This box has a color of #bb12be        
        
          <div style="background-color:#bb12be;">Content here</div>
        
        
          .mybackground {background-color:#bb12be;}
        
        Background color #bb12be
      
           Border around this has a color of #bb12be        
        
          <div style="border:2px solid #bb12be;">Content here</div>
        
        
          .myborder {border:2px solid #bb12be;}
        
        Border color #bb12be