#bd08ed color space conversions
Hex:
        #bd08ed
        RGB:
        189, 8, 237
        CMY:
        26, 97, 7
        CMYK:
        20, 97, 0, 7
      HSL:
        287°, 93.4694%, 48.0392%
        HSV (HSB):
        287°, 96.6245%, 92.9412%
        XYZ:
        36.3592, 17.1069, 81.5064
        xyY:
        0.2694, 0.1267, 17.1069
      CIE-Lab:
        48.3945, 85.4002, -70.5715
        CIE-LCH:
        48.3945, 110.7860, 320.4310
        CIE-Luv:
        48.3945, 45.7685, -114.4292
        Hunter-Lab:
        41.3605, 84.5348, -87.8865
      #bd08ed color charts
#bd08ed RGB chart
      #bd08ed CMYK chart
      #bd08ed RGB pie chart
      #bd08ed color shades, tints & tones
#bd08ed color schemes
#bd08ed color preview, HTML & CSS examples
           This text has a color of #bd08ed        
        
          <p style="color:#bd08ed;">Text here</p>
        
        
          .mytext {color:#bd08ed;}
        
        Text color #bd08ed
      
           This box has a color of #bd08ed        
        
          <div style="background-color:#bd08ed;">Content here</div>
        
        
          .mybackground {background-color:#bd08ed;}
        
        Background color #bd08ed
      
           Border around this has a color of #bd08ed        
        
          <div style="border:2px solid #bd08ed;">Content here</div>
        
        
          .myborder {border:2px solid #bd08ed;}
        
        Border color #bd08ed