#bf5abc color space conversions
Hex:
        #bf5abc
        RGB:
        191, 90, 188
        CMY:
        25, 65, 26
        CMYK:
        0, 53, 2, 25
      HSL:
        302°, 44.1048%, 55.0980%
        HSV (HSB):
        302°, 52.8796%, 74.9020%
        XYZ:
        34.2191, 22.0195, 50.0236
        xyY:
        0.3220, 0.2072, 22.0195
      CIE-Lab:
        54.0477, 53.7671, -33.5526
        CIE-LCH:
        54.0477, 63.3773, 328.0344
        CIE-Luv:
        54.0477, 47.8872, -58.4700
        Hunter-Lab:
        46.9250, 48.0489, -30.3576
      #bf5abc color charts
#bf5abc RGB chart
      #bf5abc CMYK chart
      #bf5abc RGB pie chart
      #bf5abc color shades, tints & tones
#bf5abc color schemes
#bf5abc color preview, HTML & CSS examples
           This text has a color of #bf5abc        
        
          <p style="color:#bf5abc;">Text here</p>
        
        
          .mytext {color:#bf5abc;}
        
        Text color #bf5abc
      
           This box has a color of #bf5abc        
        
          <div style="background-color:#bf5abc;">Content here</div>
        
        
          .mybackground {background-color:#bf5abc;}
        
        Background color #bf5abc
      
           Border around this has a color of #bf5abc        
        
          <div style="border:2px solid #bf5abc;">Content here</div>
        
        
          .myborder {border:2px solid #bf5abc;}
        
        Border color #bf5abc