#b204dd color space conversions
Hex:
        #b204dd
        RGB:
        178, 4, 221
        CMY:
        30, 98, 13
        CMYK:
        19, 98, 0, 13
      HSL:
        288°, 96.4444%, 44.1176%
        HSV (HSB):
        288°, 98.1900%, 86.6667%
        XYZ:
        31.4547, 14.7723, 69.6001
        xyY:
        0.2716, 0.1275, 14.7723
      CIE-Lab:
        45.3207, 81.5349, -66.5593
        CIE-LCH:
        45.3207, 105.2525, 320.7742
        CIE-Luv:
        45.3207, 43.9460, -106.3241
        Hunter-Lab:
        38.4347, 78.8222, -80.4619
      #b204dd color charts
#b204dd RGB chart
      #b204dd CMYK chart
      #b204dd RGB pie chart
      #b204dd color shades, tints & tones
#b204dd color schemes
#b204dd color preview, HTML & CSS examples
           This text has a color of #b204dd        
        
          <p style="color:#b204dd;">Text here</p>
        
        
          .mytext {color:#b204dd;}
        
        Text color #b204dd
      
           This box has a color of #b204dd        
        
          <div style="background-color:#b204dd;">Content here</div>
        
        
          .mybackground {background-color:#b204dd;}
        
        Background color #b204dd
      
           Border around this has a color of #b204dd        
        
          <div style="border:2px solid #b204dd;">Content here</div>
        
        
          .myborder {border:2px solid #b204dd;}
        
        Border color #b204dd