#bd27db color space conversions
Hex:
        #bd27db
        RGB:
        189, 39, 219
        CMY:
        26, 85, 14
        CMYK:
        14, 82, 0, 14
      HSL:
        290°, 71.4286%, 50.5882%
        HSV (HSB):
        290°, 82.1918%, 85.8824%
        XYZ:
        34.4980, 17.3843, 68.5551
        xyY:
        0.2864, 0.1443, 17.3843
      CIE-Lab:
        48.7407, 77.6058, -59.7962
        CIE-LCH:
        48.7407, 97.9707, 322.3853
        CIE-Luv:
        48.7407, 49.1902, -98.8450
        Hunter-Lab:
        41.6945, 74.7252, -68.2998
      #bd27db color charts
#bd27db RGB chart
      #bd27db CMYK chart
      #bd27db RGB pie chart
      #bd27db color shades, tints & tones
#bd27db color schemes
#bd27db color preview, HTML & CSS examples
           This text has a color of #bd27db        
        
          <p style="color:#bd27db;">Text here</p>
        
        
          .mytext {color:#bd27db;}
        
        Text color #bd27db
      
           This box has a color of #bd27db        
        
          <div style="background-color:#bd27db;">Content here</div>
        
        
          .mybackground {background-color:#bd27db;}
        
        Background color #bd27db
      
           Border around this has a color of #bd27db        
        
          <div style="border:2px solid #bd27db;">Content here</div>
        
        
          .myborder {border:2px solid #bd27db;}
        
        Border color #bd27db