#B56DAA

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

Shades of Violet Blue #B56DAA

Tints of Violet Blue #B56DAA

Color information

#B56DAA (or 0xB56DAA) is unknown color: approx Violet Blue. HEX triplet: B5, 6D and AA. RGB value is (181,109,170). Sum of RGB (Red+Green+Blue) = 181+109+170=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B56DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56DAA is #4A9255. Grayscale: #898989. Windows color (decimal): -4887126 or 11169205. OLE color: 11169205.

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

Color convert

RGB181109170-
CMYK00.400.060.29
HSL309.17º32.73%56.86%-
HSV(B)309.17º39.78%70.98%-
XYZ31.7823.6640.92-
YUV137.48146.35159.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.35%
GREEN value IS 109 (42.97% from 255) = 23.70%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=39.35%
G=23.70%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110917000.400.060.29309.1732.7356.86
HexB56DAA02861D1352139
Octal2651552520506354654171
Binary10110101110110110101010010100011011101100110101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DAA; }

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

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

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

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

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

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

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

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