#be00bd color space conversions
Hex:
        #be00bd
        RGB:
        190, 0, 189
        CMY:
        25, 100, 26
        CMYK:
        0, 100, 1, 25
      HSL:
        300°, 100.0000%, 37.2549%
        HSV (HSB):
        300°, 100.0000%, 74.5098%
        XYZ:
        30.4205, 14.6213, 49.3630
        xyY:
        0.3222, 0.1549, 14.6213
      CIE-Lab:
        45.1110, 78.6060, -48.2783
        CIE-LCH:
        45.1110, 92.2480, 328.4426
        CIE-Luv:
        45.1110, 63.3510, -80.6723
        Hunter-Lab:
        38.2378, 75.0917, -49.7738
      #be00bd color charts
#be00bd RGB chart
      #be00bd CMYK chart
      #be00bd RGB pie chart
      #be00bd color shades, tints & tones
#be00bd color schemes
#be00bd color preview, HTML & CSS examples
           This text has a color of #be00bd        
        
          <p style="color:#be00bd;">Text here</p>
        
        
          .mytext {color:#be00bd;}
        
        Text color #be00bd
      
           This box has a color of #be00bd        
        
          <div style="background-color:#be00bd;">Content here</div>
        
        
          .mybackground {background-color:#be00bd;}
        
        Background color #be00bd
      
           Border around this has a color of #be00bd        
        
          <div style="border:2px solid #be00bd;">Content here</div>
        
        
          .myborder {border:2px solid #be00bd;}
        
        Border color #be00bd