#bd05dc color space conversions
Hex:
        #bd05dc
        RGB:
        189, 5, 220
        CMY:
        26, 98, 14
        CMYK:
        14, 98, 0, 14
      HSL:
        291°, 95.5556%, 44.1176%
        HSV (HSB):
        291°, 97.7273%, 86.2745%
        XYZ:
        33.9588, 16.0947, 69.0269
        xyY:
        0.2852, 0.1352, 16.0947
      CIE-Lab:
        47.0984, 82.8166, -63.0200
        CIE-LCH:
        47.0984, 104.0678, 322.7304
        CIE-Luv:
        47.0984, 51.2525, -102.9241
        Hunter-Lab:
        40.1182, 80.8881, -73.9311
      #bd05dc color charts
#bd05dc RGB chart
      #bd05dc CMYK chart
      #bd05dc RGB pie chart
      #bd05dc color shades, tints & tones
#bd05dc color schemes
#bd05dc color preview, HTML & CSS examples
           This text has a color of #bd05dc        
        
          <p style="color:#bd05dc;">Text here</p>
        
        
          .mytext {color:#bd05dc;}
        
        Text color #bd05dc
      
           This box has a color of #bd05dc        
        
          <div style="background-color:#bd05dc;">Content here</div>
        
        
          .mybackground {background-color:#bd05dc;}
        
        Background color #bd05dc
      
           Border around this has a color of #bd05dc        
        
          <div style="border:2px solid #bd05dc;">Content here</div>
        
        
          .myborder {border:2px solid #bd05dc;}
        
        Border color #bd05dc