#B56BA9

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

Shades of Violet Blue #B56BA9

Tints of Violet Blue #B56BA9

Color information

#B56BA9 (or 0xB56BA9) is unknown color: approx Violet Blue. HEX triplet: B5, 6B and A9. RGB value is (181,107,169). Sum of RGB (Red+Green+Blue) = 181+107+169=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B56BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56BA9 is #4A9456. Grayscale: #888888. Windows color (decimal): -4887639 or 11103157. OLE color: 11103157.

HSL color Cylindrical-coordinate representation of color #B56BA9: hue angle of 309.73º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56BA9 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB181107169-
CMYK00.410.070.29
HSL309.73º33.33%56.47%-
HSV(B)309.73º40.88%70.98%-
XYZ31.4823.240.36-
YUV136.19146.52159.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 107 (42.19% from 255) = 23.41%
BLUE value IS 169 (66.41% from 255) = 36.98%
R=39.61%
G=23.41%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110716900.410.070.29309.7333.3356.47
HexB56BA902971D1362138
Octal2651532510517354664170
Binary10110101110101110101001010100111111101100110110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56BA9; }

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

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

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

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

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

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

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

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