#bb12ee color space conversions
Hex:
        #bb12ee
        RGB:
        187, 18, 238
        CMY:
        27, 93, 7
        CMYK:
        21, 92, 0, 7
      HSL:
        286°, 86.6142%, 50.1961%
        HSV (HSB):
        286°, 92.4370%, 93.3333%
        XYZ:
        36.1424, 17.1705, 82.2982
        xyY:
        0.2665, 0.1266, 17.1705
      CIE-Lab:
        48.4741, 84.3344, -71.0203
        CIE-LCH:
        48.4741, 110.2550, 319.8983
        CIE-Luv:
        48.4741, 43.8517, -114.9900
        Hunter-Lab:
        41.4372, 83.1763, -88.7494
      #bb12ee color charts
#bb12ee RGB chart
      #bb12ee CMYK chart
      #bb12ee RGB pie chart
      #bb12ee color shades, tints & tones
#bb12ee color schemes
#bb12ee color preview, HTML & CSS examples
           This text has a color of #bb12ee        
        
          <p style="color:#bb12ee;">Text here</p>
        
        
          .mytext {color:#bb12ee;}
        
        Text color #bb12ee
      
           This box has a color of #bb12ee        
        
          <div style="background-color:#bb12ee;">Content here</div>
        
        
          .mybackground {background-color:#bb12ee;}
        
        Background color #bb12ee
      
           Border around this has a color of #bb12ee        
        
          <div style="border:2px solid #bb12ee;">Content here</div>
        
        
          .myborder {border:2px solid #bb12ee;}
        
        Border color #bb12ee