#B56BA6

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

Shades of Violet Blue #B56BA6

Tints of Violet Blue #B56BA6

Color information

#B56BA6 (or 0xB56BA6) is unknown color: approx Violet Blue. HEX triplet: B5, 6B and A6. RGB value is (181,107,166). Sum of RGB (Red+Green+Blue) = 181+107+166=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B56BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56BA6 is #4A9459. Grayscale: #878787. Windows color (decimal): -4887642 or 10906549. OLE color: 10906549.

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

Color convert

RGB181107166-
CMYK00.410.080.29
HSL312.16º33.33%56.47%-
HSV(B)312.16º40.88%70.98%-
XYZ31.223.0938.89-
YUV135.85145.02160.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 107 (42.19% from 255) = 23.57%
BLUE value IS 166 (65.23% from 255) = 36.56%
R=39.87%
G=23.57%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110716600.410.080.29312.1633.3356.47
HexB56BA602981D1382138
Octal26515324605110354704170
Binary101101011101011101001100101001100011101100111000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56BA6; }

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

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

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

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

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

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

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

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