#bd2bbd color space conversions
Hex:
        #bd2bbd
        RGB:
        189, 43, 189
        CMY:
        26, 83, 26
        CMYK:
        0, 77, 0, 26
      HSL:
        300°, 62.9310%, 45.4902%
        HSV (HSB):
        300°, 77.2487%, 74.1176%
        XYZ:
        31.0355, 16.2207, 49.6393
        xyY:
        0.3203, 0.1674, 16.2207
      CIE-Lab:
        47.2627, 71.6208, -44.8546
        CIE-LCH:
        47.2627, 84.5073, 327.9419
        CIE-Luv:
        47.2627, 58.6501, -75.8374
        Hunter-Lab:
        40.2749, 67.0692, -44.8831
      #bd2bbd color charts
#bd2bbd RGB chart
      #bd2bbd CMYK chart
      #bd2bbd RGB pie chart
      #bd2bbd color shades, tints & tones
#bd2bbd color schemes
#bd2bbd color preview, HTML & CSS examples
           This text has a color of #bd2bbd        
        
          <p style="color:#bd2bbd;">Text here</p>
        
        
          .mytext {color:#bd2bbd;}
        
        Text color #bd2bbd
      
           This box has a color of #bd2bbd        
        
          <div style="background-color:#bd2bbd;">Content here</div>
        
        
          .mybackground {background-color:#bd2bbd;}
        
        Background color #bd2bbd
      
           Border around this has a color of #bd2bbd        
        
          <div style="border:2px solid #bd2bbd;">Content here</div>
        
        
          .myborder {border:2px solid #bd2bbd;}
        
        Border color #bd2bbd