#B56AAA

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

Shades of Violet Blue #B56AAA

Tints of Violet Blue #B56AAA

Color information

#B56AAA (or 0xB56AAA) is unknown color: approx Violet Blue. HEX triplet: B5, 6A and AA. RGB value is (181,106,170). Sum of RGB (Red+Green+Blue) = 181+106+170=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B56AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56AAA is #4A9555. Grayscale: #878787. Windows color (decimal): -4887894 or 11168437. OLE color: 11168437.

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

Color convert

RGB181106170-
CMYK00.410.060.29
HSL308.8º33.63%56.27%-
HSV(B)308.8º41.44%70.98%-
XYZ31.4723.0340.82-
YUV135.72147.35160.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 106 (41.80% from 255) = 23.19%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=39.61%
G=23.19%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110617000.410.060.29308.833.6356.27
HexB56AAA02961D1352238
Octal2651522520516354654270
Binary10110101110101010101010010100111011101100110101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56AAA; }

 p { color: rgb(181,106,170); }

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

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

 a { background-color: rgb(181,106,170); }

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

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

 span { border-color: rgb(181,106,170); }

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