#bc54be color space conversions
Hex:
        #bc54be
        RGB:
        188, 84, 190
        CMY:
        26, 67, 25
        CMYK:
        1, 56, 0, 25
      HSL:
        299°, 44.9153%, 53.7255%
        HSV (HSB):
        299°, 55.7895%, 74.5098%
        XYZ:
        33.2036, 20.7497, 50.9703
        xyY:
        0.3165, 0.1978, 20.7497
      CIE-Lab:
        52.6745, 56.1323, -36.8877
        CIE-LCH:
        52.6745, 67.1679, 326.6888
        CIE-Luv:
        52.6745, 47.3853, -63.5869
        Hunter-Lab:
        45.5519, 50.3963, -34.4563
      #bc54be color charts
#bc54be RGB chart
      #bc54be CMYK chart
      #bc54be RGB pie chart
      #bc54be color shades, tints & tones
#bc54be color schemes
#bc54be color preview, HTML & CSS examples
           This text has a color of #bc54be        
        
          <p style="color:#bc54be;">Text here</p>
        
        
          .mytext {color:#bc54be;}
        
        Text color #bc54be
      
           This box has a color of #bc54be        
        
          <div style="background-color:#bc54be;">Content here</div>
        
        
          .mybackground {background-color:#bc54be;}
        
        Background color #bc54be
      
           Border around this has a color of #bc54be        
        
          <div style="border:2px solid #bc54be;">Content here</div>
        
        
          .myborder {border:2px solid #bc54be;}
        
        Border color #bc54be