#bd34df color space conversions
Hex:
        #bd34df
        RGB:
        189, 52, 223
        CMY:
        26, 80, 13
        CMYK:
        15, 77, 0, 13
      HSL:
        288°, 72.7660%, 53.9216%
        HSV (HSB):
        288°, 76.6816%, 87.4510%
        XYZ:
        35.5335, 18.6025, 71.5299
        xyY:
        0.2828, 0.1480, 18.6025
      CIE-Lab:
        50.2189, 74.7680, -59.6919
        CIE-LCH:
        50.2189, 95.6733, 321.3974
        CIE-Luv:
        50.2189, 46.1974, -99.1957
        Hunter-Lab:
        43.1306, 71.5802, -68.1379
      #bd34df color charts
#bd34df RGB chart
      #bd34df CMYK chart
      #bd34df RGB pie chart
      #bd34df color shades, tints & tones
#bd34df color schemes
#bd34df color preview, HTML & CSS examples
           This text has a color of #bd34df        
        
          <p style="color:#bd34df;">Text here</p>
        
        
          .mytext {color:#bd34df;}
        
        Text color #bd34df
      
           This box has a color of #bd34df        
        
          <div style="background-color:#bd34df;">Content here</div>
        
        
          .mybackground {background-color:#bd34df;}
        
        Background color #bd34df
      
           Border around this has a color of #bd34df        
        
          <div style="border:2px solid #bd34df;">Content here</div>
        
        
          .myborder {border:2px solid #bd34df;}
        
        Border color #bd34df