#bc56be color space conversions
Hex:
        #bc56be
        RGB:
        188, 86, 190
        CMY:
        26, 66, 25
        CMYK:
        1, 55, 0, 25
      HSL:
        299°, 44.4444%, 54.1176%
        HSV (HSB):
        299°, 54.7368%, 74.5098%
        XYZ:
        33.3611, 21.0646, 51.0228
        xyY:
        0.3164, 0.1998, 21.0646
      CIE-Lab:
        53.0202, 55.1980, -36.3449
        CIE-LCH:
        53.0202, 66.0891, 326.6372
        CIE-Luv:
        53.0202, 46.7144, -62.7113
        Hunter-Lab:
        45.8962, 49.4298, -33.7852
      #bc56be color charts
#bc56be RGB chart
      #bc56be CMYK chart
      #bc56be RGB pie chart
      #bc56be color shades, tints & tones
#bc56be color schemes
#bc56be color preview, HTML & CSS examples
           This text has a color of #bc56be        
        
          <p style="color:#bc56be;">Text here</p>
        
        
          .mytext {color:#bc56be;}
        
        Text color #bc56be
      
           This box has a color of #bc56be        
        
          <div style="background-color:#bc56be;">Content here</div>
        
        
          .mybackground {background-color:#bc56be;}
        
        Background color #bc56be
      
           Border around this has a color of #bc56be        
        
          <div style="border:2px solid #bc56be;">Content here</div>
        
        
          .myborder {border:2px solid #bc56be;}
        
        Border color #bc56be