#B56CAB

Color #B56CAB Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B56CAB

Tints of Violet Blue #B56CAB

Color information

#B56CAB (or 0xB56CAB) is unknown color: approx Violet Blue. HEX triplet: B5, 6C and AB. RGB value is (181,108,171). Sum of RGB (Red+Green+Blue) = 181+108+171=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B56CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56CAB is #4A9354. Grayscale: #888888. Windows color (decimal): -4887381 or 11234485. OLE color: 11234485.

HSL color Cylindrical-coordinate representation of color #B56CAB: hue angle of 308.22º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56CAB is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB181108171-
CMYK00.400.060.29
HSL308.22º33.03%56.67%-
HSV(B)308.22º40.33%70.98%-
XYZ31.7723.4941.39-
YUV137.01147.18159.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 39.35%
GREEN value IS 108 (42.58% from 255) = 23.48%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=39.35%
G=23.48%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110817100.400.060.29308.2233.0356.67
HexB56CAB02861D1342139
Octal2651542530506354644171
Binary10110101110110010101011010100011011101100110100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56CAB; }

 p { color: rgb(181,108,171); }

 H1.HeaderClassName
 {
   color: #B56CAB;
 }
 .AnyTagClassName
 {
   color: #B56CAB;
 }
</style>
background-color css

<style>
 a { background-color: #B56CAB; }

 a { background-color: rgb(181,108,171); }

 div.DivClassName
 {
   background-color: #B56CAB;
 }
 .BgClassName
 {
   background-color: #B56CAB;
 }
</style>
border-color css

<style>
 span { border-color: #B56CAB; }

 span { border-color: rgb(181,108,171); }

 td.TdClassName
 {
   border-color: #B56CAB;
 }
 .TagClassName
 {
   border-color: #B56CAB;
 }
</style>