#B566A2

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

Shades of Violet Blue #B566A2

Tints of Violet Blue #B566A2

Color information

#B566A2 (or 0xB566A2) is unknown color: approx Violet Blue. HEX triplet: B5, 66 and A2. RGB value is (181,102,162). Sum of RGB (Red+Green+Blue) = 181+102+162=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B566A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B566A2 is #4A995D. Grayscale: #848484. Windows color (decimal): -4888926 or 10643125. OLE color: 10643125.

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

Color convert

RGB181102162-
CMYK00.440.100.29
HSL314.43º34.8%55.49%-
HSV(B)314.43º43.65%70.98%-
XYZ30.3321.9436.82-
YUV132.46144.67162.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 162 (63.67% from 255) = 36.40%
R=40.67%
G=22.92%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110216200.440.100.29314.4334.855.49
HexB566A202CA1D13a2337
Octal26514624205412354724367
Binary101101011100110101000100101100101011101100111010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B566A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B566A2; }

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

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

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

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

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

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

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

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