#b56ace color space conversions
Hex:
        #b56ace
        RGB:
        181, 106, 206
        CMY:
        29, 58, 19
        CMYK:
        12, 49, 0, 19
      HSL:
        285°, 50.5051%, 61.1765%
        HSV (HSB):
        285°, 48.5437%, 80.7843%
        XYZ:
        35.3507, 24.5881, 61.2753
        xyY:
        0.2916, 0.2028, 24.5881
      CIE-Lab:
        56.6718, 46.3346, -39.8258
        CIE-LCH:
        56.6718, 61.0982, 319.3201
        CIE-Luv:
        56.6718, 31.4158, -67.7698
        Hunter-Lab:
        49.5863, 40.4786, -38.5560
      #b56ace color charts
#b56ace RGB chart
      #b56ace CMYK chart
      #b56ace RGB pie chart
      #b56ace color shades, tints & tones
#b56ace color schemes
#b56ace color preview, HTML & CSS examples
           This text has a color of #b56ace        
        
          <p style="color:#b56ace;">Text here</p>
        
        
          .mytext {color:#b56ace;}
        
        Text color #b56ace
      
           This box has a color of #b56ace        
        
          <div style="background-color:#b56ace;">Content here</div>
        
        
          .mybackground {background-color:#b56ace;}
        
        Background color #b56ace
      
           Border around this has a color of #b56ace        
        
          <div style="border:2px solid #b56ace;">Content here</div>
        
        
          .myborder {border:2px solid #b56ace;}
        
        Border color #b56ace