#b001cb color space conversions
Hex:
        #b001cb
        RGB:
        176, 1, 203
        CMY:
        31, 100, 20
        CMYK:
        13, 100, 0, 20
      HSL:
        292°, 99.0196%, 40.0000%
        HSV (HSB):
        292°, 99.5074%, 79.6078%
        XYZ:
        28.6948, 13.5636, 57.6056
        xyY:
        0.2873, 0.1358, 13.5636
      CIE-Lab:
        43.6005, 78.5236, -58.9982
        CIE-LCH:
        43.6005, 98.2178, 323.0809
        CIE-Luv:
        43.6005, 48.5130, -94.5984
        Hunter-Lab:
        36.8288, 74.6263, -66.9579
      #b001cb color charts
#b001cb RGB chart
      #b001cb CMYK chart
      #b001cb RGB pie chart
      #b001cb color shades, tints & tones
#b001cb color schemes
#b001cb color preview, HTML & CSS examples
           This text has a color of #b001cb        
        
          <p style="color:#b001cb;">Text here</p>
        
        
          .mytext {color:#b001cb;}
        
        Text color #b001cb
      
           This box has a color of #b001cb        
        
          <div style="background-color:#b001cb;">Content here</div>
        
        
          .mybackground {background-color:#b001cb;}
        
        Background color #b001cb
      
           Border around this has a color of #b001cb        
        
          <div style="border:2px solid #b001cb;">Content here</div>
        
        
          .myborder {border:2px solid #b001cb;}
        
        Border color #b001cb