#bd03fd color space conversions
Hex:
        #bd03fd
        RGB:
        189, 3, 253
        CMY:
        26, 99, 1
        CMYK:
        25, 99, 0, 1
      HSL:
        285°, 98.4252%, 50.1961%
        HSV (HSB):
        285°, 98.8142%, 99.2157%
        XYZ:
        38.7485, 17.9758, 94.3559
        xyY:
        0.2565, 0.1190, 17.9758
      CIE-Lab:
        49.4667, 88.5608, -77.8039
        CIE-LCH:
        49.4667, 117.8833, 318.6995
        CIE-Luv:
        49.4667, 41.2953, -125.2715
        Hunter-Lab:
        42.3979, 88.9393, -102.2706
      #bd03fd color charts
#bd03fd RGB chart
      #bd03fd CMYK chart
      #bd03fd RGB pie chart
      #bd03fd color shades, tints & tones
#bd03fd color schemes
#bd03fd color preview, HTML & CSS examples
           This text has a color of #bd03fd        
        
          <p style="color:#bd03fd;">Text here</p>
        
        
          .mytext {color:#bd03fd;}
        
        Text color #bd03fd
      
           This box has a color of #bd03fd        
        
          <div style="background-color:#bd03fd;">Content here</div>
        
        
          .mybackground {background-color:#bd03fd;}
        
        Background color #bd03fd
      
           Border around this has a color of #bd03fd        
        
          <div style="border:2px solid #bd03fd;">Content here</div>
        
        
          .myborder {border:2px solid #bd03fd;}
        
        Border color #bd03fd