#b212dd color space conversions
Hex:
        #b212dd
        RGB:
        178, 18, 221
        CMY:
        30, 93, 13
        CMYK:
        19, 92, 0, 13
      HSL:
        287°, 84.9372%, 46.8627%
        HSV (HSB):
        287°, 91.8552%, 86.6667%
        XYZ:
        31.6275, 15.1180, 69.6577
        xyY:
        0.2717, 0.1299, 15.1180
      CIE-Lab:
        45.7955, 80.1210, -65.7883
        CIE-LCH:
        45.7955, 103.6700, 320.6102
        CIE-Luv:
        45.7955, 43.3674, -105.5025
        Hunter-Lab:
        38.8819, 77.1530, -79.0018
      #b212dd color charts
#b212dd RGB chart
      #b212dd CMYK chart
      #b212dd RGB pie chart
      #b212dd color shades, tints & tones
#b212dd color schemes
#b212dd color preview, HTML & CSS examples
           This text has a color of #b212dd        
        
          <p style="color:#b212dd;">Text here</p>
        
        
          .mytext {color:#b212dd;}
        
        Text color #b212dd
      
           This box has a color of #b212dd        
        
          <div style="background-color:#b212dd;">Content here</div>
        
        
          .mybackground {background-color:#b212dd;}
        
        Background color #b212dd
      
           Border around this has a color of #b212dd        
        
          <div style="border:2px solid #b212dd;">Content here</div>
        
        
          .myborder {border:2px solid #b212dd;}
        
        Border color #b212dd