#bd72ed color space conversions
Hex:
        #bd72ed
        RGB:
        189, 114, 237
        CMY:
        26, 55, 7
        CMYK:
        20, 52, 0, 7
      HSL:
        277°, 77.3585%, 68.8235%
        HSV (HSB):
        277°, 51.8987%, 92.9412%
        XYZ:
        42.2896, 28.9679, 83.4832
        xyY:
        0.2733, 0.1872, 28.9679
      CIE-Lab:
        60.7533, 50.8784, -50.7196
        CIE-LCH:
        60.7533, 71.8407, 315.0896
        CIE-Luv:
        60.7533, 27.4517, -86.7597
        Hunter-Lab:
        53.8218, 46.0654, -54.2897
      #bd72ed color charts
#bd72ed RGB chart
      #bd72ed CMYK chart
      #bd72ed RGB pie chart
      #bd72ed color shades, tints & tones
#bd72ed color schemes
#bd72ed color preview, HTML & CSS examples
           This text has a color of #bd72ed        
        
          <p style="color:#bd72ed;">Text here</p>
        
        
          .mytext {color:#bd72ed;}
        
        Text color #bd72ed
      
           This box has a color of #bd72ed        
        
          <div style="background-color:#bd72ed;">Content here</div>
        
        
          .mybackground {background-color:#bd72ed;}
        
        Background color #bd72ed
      
           Border around this has a color of #bd72ed        
        
          <div style="border:2px solid #bd72ed;">Content here</div>
        
        
          .myborder {border:2px solid #bd72ed;}
        
        Border color #bd72ed