#bd00fd color space conversions
Hex:
        #bd00fd
        RGB:
        189, 0, 253
        CMY:
        26, 100, 1
        CMYK:
        25, 100, 0, 1
      HSL:
        285°, 100.0000%, 49.6078%
        HSV (HSB):
        285°, 100.0000%, 99.2157%
        XYZ:
        38.7159, 17.9107, 94.3451
        xyY:
        0.2564, 0.1186, 17.9107
      CIE-Lab:
        49.3876, 88.7981, -77.9331
        CIE-LCH:
        49.3876, 118.1468, 318.7284
        CIE-Luv:
        49.3876, 41.3846, -125.3984
        Hunter-Lab:
        42.3210, 89.2328, -102.5489
      #bd00fd color charts
#bd00fd RGB chart
      #bd00fd CMYK chart
      #bd00fd RGB pie chart
      #bd00fd color shades, tints & tones
#bd00fd color schemes
#bd00fd color preview, HTML & CSS examples
           This text has a color of #bd00fd        
        
          <p style="color:#bd00fd;">Text here</p>
        
        
          .mytext {color:#bd00fd;}
        
        Text color #bd00fd
      
           This box has a color of #bd00fd        
        
          <div style="background-color:#bd00fd;">Content here</div>
        
        
          .mybackground {background-color:#bd00fd;}
        
        Background color #bd00fd
      
           Border around this has a color of #bd00fd        
        
          <div style="border:2px solid #bd00fd;">Content here</div>
        
        
          .myborder {border:2px solid #bd00fd;}
        
        Border color #bd00fd