#bb64ed color space conversions
Hex:
        #bb64ed
        RGB:
        187, 100, 237
        CMY:
        27, 61, 7
        CMYK:
        21, 58, 0, 7
      HSL:
        278°, 79.1908%, 66.0784%
        HSV (HSB):
        278°, 57.8059%, 92.9412%
        XYZ:
        40.3367, 25.7936, 82.9734
        xyY:
        0.2705, 0.1730, 25.7936
      CIE-Lab:
        57.8406, 57.4646, -55.3681
        CIE-LCH:
        57.8406, 79.7985, 316.0645
        CIE-Luv:
        57.8406, 30.6655, -94.0003
        Hunter-Lab:
        50.7874, 52.8918, -61.3134
      #bb64ed color charts
#bb64ed RGB chart
      #bb64ed CMYK chart
      #bb64ed RGB pie chart
      #bb64ed color shades, tints & tones
#bb64ed color schemes
#bb64ed color preview, HTML & CSS examples
           This text has a color of #bb64ed        
        
          <p style="color:#bb64ed;">Text here</p>
        
        
          .mytext {color:#bb64ed;}
        
        Text color #bb64ed
      
           This box has a color of #bb64ed        
        
          <div style="background-color:#bb64ed;">Content here</div>
        
        
          .mybackground {background-color:#bb64ed;}
        
        Background color #bb64ed
      
           Border around this has a color of #bb64ed        
        
          <div style="border:2px solid #bb64ed;">Content here</div>
        
        
          .myborder {border:2px solid #bb64ed;}
        
        Border color #bb64ed