#b21ccd color space conversions
Hex:
        #b21ccd
        RGB:
        178, 28, 205
        CMY:
        30, 89, 20
        CMYK:
        13, 86, 0, 20
      HSL:
        291°, 75.9657%, 45.6863%
        HSV (HSB):
        291°, 86.3415%, 80.3922%
        XYZ:
        29.7948, 14.7033, 59.0253
        xyY:
        0.2878, 0.1420, 14.7033
      CIE-Lab:
        45.2251, 75.7533, -57.5153
        CIE-LCH:
        45.2251, 95.1135, 322.7926
        CIE-Luv:
        45.2251, 47.6187, -93.3248
        Hunter-Lab:
        38.3448, 71.5950, -64.4253
      #b21ccd color charts
#b21ccd RGB chart
      #b21ccd CMYK chart
      #b21ccd RGB pie chart
      #b21ccd color shades, tints & tones
#b21ccd color schemes
#b21ccd color preview, HTML & CSS examples
           This text has a color of #b21ccd        
        
          <p style="color:#b21ccd;">Text here</p>
        
        
          .mytext {color:#b21ccd;}
        
        Text color #b21ccd
      
           This box has a color of #b21ccd        
        
          <div style="background-color:#b21ccd;">Content here</div>
        
        
          .mybackground {background-color:#b21ccd;}
        
        Background color #b21ccd
      
           Border around this has a color of #b21ccd        
        
          <div style="border:2px solid #b21ccd;">Content here</div>
        
        
          .myborder {border:2px solid #b21ccd;}
        
        Border color #b21ccd