#B56DAD

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

Shades of Violet Blue #B56DAD

Tints of Violet Blue #B56DAD

Color information

#B56DAD (or 0xB56DAD) is unknown color: approx Violet Blue. HEX triplet: B5, 6D and AD. RGB value is (181,109,173). Sum of RGB (Red+Green+Blue) = 181+109+173=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B56DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56DAD is #4A9252. Grayscale: #898989. Windows color (decimal): -4887123 or 11365813. OLE color: 11365813.

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

Color convert

RGB181109173-
CMYK00.400.040.29
HSL306.67º32.73%56.86%-
HSV(B)306.67º39.78%70.98%-
XYZ32.0723.7842.43-
YUV137.82147.85158.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=39.09%
G=23.54%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110917300.400.040.29306.6732.7356.86
HexB56DAD02841D1332139
Octal2651552550504354634171
Binary10110101110110110101101010100010011101100110011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DAD; }

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

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

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

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

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

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

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

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