#b272ed color space conversions
Hex:
        #b272ed
        RGB:
        178, 114, 237
        CMY:
        30, 55, 7
        CMYK:
        25, 52, 0, 7
      HSL:
        271°, 77.3585%, 68.8235%
        HSV (HSB):
        271°, 51.8987%, 92.9412%
        XYZ:
        39.6635, 27.6140, 83.3603
        xyY:
        0.2633, 0.1833, 27.6140
      CIE-Lab:
        59.5384, 48.0440, -52.7243
        CIE-LCH:
        59.5384, 71.3307, 312.3408
        CIE-Luv:
        59.5384, 21.3123, -89.2370
        Hunter-Lab:
        52.5491, 42.7691, -57.2694
      #b272ed color charts
#b272ed RGB chart
      #b272ed CMYK chart
      #b272ed RGB pie chart
      #b272ed color shades, tints & tones
#b272ed color schemes
#b272ed color preview, HTML & CSS examples
           This text has a color of #b272ed        
        
          <p style="color:#b272ed;">Text here</p>
        
        
          .mytext {color:#b272ed;}
        
        Text color #b272ed
      
           This box has a color of #b272ed        
        
          <div style="background-color:#b272ed;">Content here</div>
        
        
          .mybackground {background-color:#b272ed;}
        
        Background color #b272ed
      
           Border around this has a color of #b272ed        
        
          <div style="border:2px solid #b272ed;">Content here</div>
        
        
          .myborder {border:2px solid #b272ed;}
        
        Border color #b272ed