#b01bed color space conversions
Hex:
        #b01bed
        RGB:
        176, 27, 237
        CMY:
        31, 89, 7
        CMYK:
        26, 89, 0, 7
      HSL:
        283°, 85.3659%, 51.7647%
        HSV (HSB):
        283°, 88.6076%, 92.9412%
        XYZ:
        33.5825, 16.1284, 81.4639
        xyY:
        0.2560, 0.1230, 16.1284
      CIE-Lab:
        47.1425, 81.3114, -72.6984
        CIE-LCH:
        47.1425, 109.0715, 318.2009
        CIE-Luv:
        47.1425, 37.1001, -115.9132
        Hunter-Lab:
        40.1602, 78.9838, -92.1561
      #b01bed color charts
#b01bed RGB chart
      #b01bed CMYK chart
      #b01bed RGB pie chart
      #b01bed color shades, tints & tones
#b01bed color schemes
#b01bed color preview, HTML & CSS examples
           This text has a color of #b01bed        
        
          <p style="color:#b01bed;">Text here</p>
        
        
          .mytext {color:#b01bed;}
        
        Text color #b01bed
      
           This box has a color of #b01bed        
        
          <div style="background-color:#b01bed;">Content here</div>
        
        
          .mybackground {background-color:#b01bed;}
        
        Background color #b01bed
      
           Border around this has a color of #b01bed        
        
          <div style="border:2px solid #b01bed;">Content here</div>
        
        
          .myborder {border:2px solid #b01bed;}
        
        Border color #b01bed