#b16acc color space conversions
Hex:
        #b16acc
        RGB:
        177, 106, 204
        CMY:
        31, 58, 20
        CMYK:
        13, 48, 0, 20
      HSL:
        283°, 49.0000%, 60.7843%
        HSV (HSB):
        283°, 48.0392%, 80.0000%
        XYZ:
        34.1846, 24.0148, 59.9603
        xyY:
        0.2893, 0.2032, 24.0148
      CIE-Lab:
        56.1026, 44.7901, -39.6175
        CIE-LCH:
        56.1026, 59.7971, 318.5068
        CIE-Luv:
        56.1026, 29.3636, -67.0886
        Hunter-Lab:
        49.0049, 38.7585, -38.2413
      #b16acc color charts
#b16acc RGB chart
      #b16acc CMYK chart
      #b16acc RGB pie chart
      #b16acc color shades, tints & tones
#b16acc color schemes
#b16acc color preview, HTML & CSS examples
           This text has a color of #b16acc        
        
          <p style="color:#b16acc;">Text here</p>
        
        
          .mytext {color:#b16acc;}
        
        Text color #b16acc
      
           This box has a color of #b16acc        
        
          <div style="background-color:#b16acc;">Content here</div>
        
        
          .mybackground {background-color:#b16acc;}
        
        Background color #b16acc
      
           Border around this has a color of #b16acc        
        
          <div style="border:2px solid #b16acc;">Content here</div>
        
        
          .myborder {border:2px solid #b16acc;}
        
        Border color #b16acc