#b02bed color space conversions
Hex:
        #b02bed
        RGB:
        176, 43, 237
        CMY:
        31, 83, 7
        CMYK:
        26, 82, 0, 7
      HSL:
        281°, 84.3478%, 54.9020%
        HSV (HSB):
        281°, 81.8565%, 92.9412%
        XYZ:
        34.0544, 17.0723, 81.6212
        xyY:
        0.2565, 0.1286, 17.0723
      CIE-Lab:
        48.3510, 77.7505, -70.7316
        CIE-LCH:
        48.3510, 105.1099, 317.7064
        CIE-Luv:
        48.3510, 35.6846, -113.8580
        Hunter-Lab:
        41.3186, 74.8105, -88.1990
      #b02bed color charts
#b02bed RGB chart
      #b02bed CMYK chart
      #b02bed RGB pie chart
      #b02bed color shades, tints & tones
#b02bed color schemes
#b02bed color preview, HTML & CSS examples
           This text has a color of #b02bed        
        
          <p style="color:#b02bed;">Text here</p>
        
        
          .mytext {color:#b02bed;}
        
        Text color #b02bed
      
           This box has a color of #b02bed        
        
          <div style="background-color:#b02bed;">Content here</div>
        
        
          .mybackground {background-color:#b02bed;}
        
        Background color #b02bed
      
           Border around this has a color of #b02bed        
        
          <div style="border:2px solid #b02bed;">Content here</div>
        
        
          .myborder {border:2px solid #b02bed;}
        
        Border color #b02bed