#B56DA9

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

Shades of Violet Blue #B56DA9

Tints of Violet Blue #B56DA9

Color information

#B56DA9 (or 0xB56DA9) is unknown color: approx Violet Blue. HEX triplet: B5, 6D and A9. RGB value is (181,109,169). Sum of RGB (Red+Green+Blue) = 181+109+169=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B56DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56DA9 is #4A9256. Grayscale: #898989. Windows color (decimal): -4887127 or 11103669. OLE color: 11103669.

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

Color convert

RGB181109169-
CMYK00.400.070.29
HSL310º32.73%56.86%-
HSV(B)310º39.78%70.98%-
XYZ31.6923.6340.43-
YUV137.37145.85159.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 109 (42.97% from 255) = 23.75%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=39.43%
G=23.75%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110916900.400.070.2931032.7356.86
HexB56DA902871D1362139
Octal2651552510507354664171
Binary10110101110110110101001010100011111101100110110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DA9; }

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

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

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

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

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

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

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

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