#b225ec color space conversions
Hex:
        #b225ec
        RGB:
        178, 37, 236
        CMY:
        30, 85, 7
        CMYK:
        25, 84, 0, 7
      HSL:
        283°, 83.9662%, 53.5294%
        HSV (HSB):
        283°, 84.3220%, 92.5490%
        XYZ:
        34.1620, 16.8442, 80.8076
        xyY:
        0.2592, 0.1278, 16.8442
      CIE-Lab:
        48.0632, 79.3645, -70.6222
        CIE-LCH:
        48.0632, 106.2366, 318.3358
        CIE-Luv:
        48.0632, 37.7096, -113.6524
        Hunter-Lab:
        41.0417, 76.7553, -88.0076
      #b225ec color charts
#b225ec RGB chart
      #b225ec CMYK chart
      #b225ec RGB pie chart
      #b225ec color shades, tints & tones
#b225ec color schemes
#b225ec color preview, HTML & CSS examples
           This text has a color of #b225ec        
        
          <p style="color:#b225ec;">Text here</p>
        
        
          .mytext {color:#b225ec;}
        
        Text color #b225ec
      
           This box has a color of #b225ec        
        
          <div style="background-color:#b225ec;">Content here</div>
        
        
          .mybackground {background-color:#b225ec;}
        
        Background color #b225ec
      
           Border around this has a color of #b225ec        
        
          <div style="border:2px solid #b225ec;">Content here</div>
        
        
          .myborder {border:2px solid #b225ec;}
        
        Border color #b225ec