#B56DAB

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

Shades of Violet Blue #B56DAB

Tints of Violet Blue #B56DAB

Color information

#B56DAB (or 0xB56DAB) is unknown color: approx Violet Blue. HEX triplet: B5, 6D and AB. RGB value is (181,109,171). Sum of RGB (Red+Green+Blue) = 181+109+171=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B56DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56DAB is #4A9254. Grayscale: #898989. Windows color (decimal): -4887125 or 11234741. OLE color: 11234741.

HSL color Cylindrical-coordinate representation of color #B56DAB: hue angle of 308.33º 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 #B56DAB is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB181109171-
CMYK00.400.060.29
HSL308.33º32.73%56.86%-
HSV(B)308.33º39.78%70.98%-
XYZ31.8823.741.42-
YUV137.6146.85158.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 109 (42.97% from 255) = 23.64%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=39.26%
G=23.64%
B=37.09%

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
Decimal18110917100.400.060.29308.3332.7356.86
HexB56DAB02861D1342139
Octal2651552530506354644171
Binary10110101110110110101011010100011011101100110100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DAB; }

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

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

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

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

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

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

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

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