#b02dff color space conversions
Hex:
        #b02dff
        RGB:
        176, 45, 255
        CMY:
        31, 82, 0
        CMYK:
        31, 82, 0, 0
      HSL:
        277°, 100.0000%, 58.8235%
        HSV (HSB):
        277°, 82.3529%, 100.0000%
        XYZ:
        36.8929, 18.3269, 96.2007
        xyY:
        0.2436, 0.1210, 18.3269
      CIE-Lab:
        49.8902, 80.7204, -78.3085
        CIE-LCH:
        49.8902, 112.4634, 315.8689
        CIE-Luv:
        49.8902, 31.0988, -125.5737
        Hunter-Lab:
        42.8099, 78.9111, -103.2672
      #b02dff color charts
#b02dff RGB chart
      #b02dff CMYK chart
      #b02dff RGB pie chart
      #b02dff color shades, tints & tones
#b02dff color schemes
#b02dff color preview, HTML & CSS examples
           This text has a color of #b02dff        
        
          <p style="color:#b02dff;">Text here</p>
        
        
          .mytext {color:#b02dff;}
        
        Text color #b02dff
      
           This box has a color of #b02dff        
        
          <div style="background-color:#b02dff;">Content here</div>
        
        
          .mybackground {background-color:#b02dff;}
        
        Background color #b02dff
      
           Border around this has a color of #b02dff        
        
          <div style="border:2px solid #b02dff;">Content here</div>
        
        
          .myborder {border:2px solid #b02dff;}
        
        Border color #b02dff