#bc04da color space conversions
Hex:
        #bc04da
        RGB:
        188, 4, 218
        CMY:
        26, 98, 15
        CMYK:
        14, 98, 0, 15
      HSL:
        292°, 96.3964%, 43.5294%
        HSV (HSB):
        292°, 98.1651%, 85.4902%
        XYZ:
        33.4373, 15.8402, 67.6248
        xyY:
        0.2860, 0.1355, 15.8402
      CIE-Lab:
        46.7641, 82.4325, -62.4252
        CIE-LCH:
        46.7641, 103.4022, 322.8638
        CIE-Luv:
        46.7641, 51.2993, -101.8405
        Hunter-Lab:
        39.7997, 80.3157, -72.8815
      #bc04da color charts
#bc04da RGB chart
      #bc04da CMYK chart
      #bc04da RGB pie chart
      #bc04da color shades, tints & tones
#bc04da color schemes
#bc04da color preview, HTML & CSS examples
           This text has a color of #bc04da        
        
          <p style="color:#bc04da;">Text here</p>
        
        
          .mytext {color:#bc04da;}
        
        Text color #bc04da
      
           This box has a color of #bc04da        
        
          <div style="background-color:#bc04da;">Content here</div>
        
        
          .mybackground {background-color:#bc04da;}
        
        Background color #bc04da
      
           Border around this has a color of #bc04da        
        
          <div style="border:2px solid #bc04da;">Content here</div>
        
        
          .myborder {border:2px solid #bc04da;}
        
        Border color #bc04da