#bb12db color space conversions
Hex:
        #bb12db
        RGB:
        187, 18, 219
        CMY:
        27, 93, 14
        CMYK:
        15, 92, 0, 14
      HSL:
        290°, 84.8101%, 46.4706%
        HSV (HSB):
        290°, 91.7808%, 85.8824%
        XYZ:
        33.4960, 16.1119, 68.3623
        xyY:
        0.2839, 0.1366, 16.1119
      CIE-Lab:
        47.1209, 81.1006, -62.4280
        CIE-LCH:
        47.1209, 102.3453, 322.4124
        CIE-Luv:
        47.1209, 49.7052, -101.9337
        Hunter-Lab:
        40.1396, 78.7117, -72.8799
      #bb12db color charts
#bb12db RGB chart
      #bb12db CMYK chart
      #bb12db RGB pie chart
      #bb12db color shades, tints & tones
#bb12db color schemes
#bb12db color preview, HTML & CSS examples
           This text has a color of #bb12db        
        
          <p style="color:#bb12db;">Text here</p>
        
        
          .mytext {color:#bb12db;}
        
        Text color #bb12db
      
           This box has a color of #bb12db        
        
          <div style="background-color:#bb12db;">Content here</div>
        
        
          .mybackground {background-color:#bb12db;}
        
        Background color #bb12db
      
           Border around this has a color of #bb12db        
        
          <div style="border:2px solid #bb12db;">Content here</div>
        
        
          .myborder {border:2px solid #bb12db;}
        
        Border color #bb12db