#B566A0

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

Shades of Violet Blue #B566A0

Tints of Violet Blue #B566A0

Color information

#B566A0 (or 0xB566A0) is unknown color: approx Violet Blue. HEX triplet: B5, 66 and A0. RGB value is (181,102,160). Sum of RGB (Red+Green+Blue) = 181+102+160=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B566A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B566A0 is #4A995F. Grayscale: #848484. Windows color (decimal): -4888928 or 10512053. OLE color: 10512053.

HSL color Cylindrical-coordinate representation of color #B566A0: hue angle of 315.95º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B566A0 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB181102160-
CMYK00.440.120.29
HSL315.95º34.8%55.49%-
HSV(B)315.95º43.65%70.98%-
XYZ30.1521.8635.89-
YUV132.23143.67162.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 160 (62.89% from 255) = 36.12%
R=40.86%
G=23.02%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110216000.440.120.29315.9534.855.49
HexB566A002CC1D13c2337
Octal26514624005414354744367
Binary101101011100110101000000101100110011101100111100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B566A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B566A0; }

 p { color: rgb(181,102,160); }

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

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

 a { background-color: rgb(181,102,160); }

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

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

 span { border-color: rgb(181,102,160); }

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