#bc44ff color space conversions
Hex:
        #bc44ff
        RGB:
        188, 68, 255
        CMY:
        26, 73, 0
        CMYK:
        26, 73, 0, 0
      HSL:
        279°, 100.0000%, 63.3333%
        HSV (HSB):
        279°, 73.3333%, 100.0000%
        XYZ:
        40.8562, 22.0456, 96.7096
        xyY:
        0.2560, 0.1381, 22.0456
      CIE-Lab:
        54.0754, 75.2999, -71.4305
        CIE-LCH:
        54.0754, 103.7901, 316.5106
        CIE-Luv:
        54.0754, 34.5505, -118.4329
        Hunter-Lab:
        46.9528, 73.1553, -89.2540
      #bc44ff color charts
#bc44ff RGB chart
      #bc44ff CMYK chart
      #bc44ff RGB pie chart
      #bc44ff color shades, tints & tones
#bc44ff color schemes
#bc44ff color preview, HTML & CSS examples
           This text has a color of #bc44ff        
        
          <p style="color:#bc44ff;">Text here</p>
        
        
          .mytext {color:#bc44ff;}
        
        Text color #bc44ff
      
           This box has a color of #bc44ff        
        
          <div style="background-color:#bc44ff;">Content here</div>
        
        
          .mybackground {background-color:#bc44ff;}
        
        Background color #bc44ff
      
           Border around this has a color of #bc44ff        
        
          <div style="border:2px solid #bc44ff;">Content here</div>
        
        
          .myborder {border:2px solid #bc44ff;}
        
        Border color #bc44ff