#b232ec color space conversions
Hex:
        #b232ec
        RGB:
        178, 50, 236
        CMY:
        30, 80, 7
        CMYK:
        25, 79, 0, 7
      HSL:
        281°, 83.0357%, 56.0784%
        HSV (HSB):
        281°, 78.8136%, 92.5490%
        XYZ:
        34.6410, 17.8023, 80.9673
        xyY:
        0.2597, 0.1334, 17.8023
      CIE-Lab:
        49.2554, 75.8793, -68.6857
        CIE-LCH:
        49.2554, 102.3494, 317.8487
        CIE-Luv:
        49.2554, 36.2444, -111.4959
        Hunter-Lab:
        42.1928, 72.7143, -84.2416
      #b232ec color charts
#b232ec RGB chart
      #b232ec CMYK chart
      #b232ec RGB pie chart
      #b232ec color shades, tints & tones
#b232ec color schemes
#b232ec color preview, HTML & CSS examples
           This text has a color of #b232ec        
        
          <p style="color:#b232ec;">Text here</p>
        
        
          .mytext {color:#b232ec;}
        
        Text color #b232ec
      
           This box has a color of #b232ec        
        
          <div style="background-color:#b232ec;">Content here</div>
        
        
          .mybackground {background-color:#b232ec;}
        
        Background color #b232ec
      
           Border around this has a color of #b232ec        
        
          <div style="border:2px solid #b232ec;">Content here</div>
        
        
          .myborder {border:2px solid #b232ec;}
        
        Border color #b232ec