#B566A7

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

Shades of Violet Blue #B566A7

Tints of Violet Blue #B566A7

Color information

#B566A7 (or 0xB566A7) is unknown color: approx Violet Blue. HEX triplet: B5, 66 and A7. RGB value is (181,102,167). Sum of RGB (Red+Green+Blue) = 181+102+167=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B566A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B566A7 is #4A9958. Grayscale: #848484. Windows color (decimal): -4888921 or 10970805. OLE color: 10970805.

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

Color convert

RGB181102167-
CMYK00.440.080.29
HSL310.63º34.8%55.49%-
HSV(B)310.63º43.65%70.98%-
XYZ30.7822.1239.21-
YUV133.03147.17162.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 102 (40.23% from 255) = 22.67%
BLUE value IS 167 (65.62% from 255) = 37.11%
R=40.22%
G=22.67%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110216700.440.080.29310.6334.855.49
HexB566A702C81D1372337
Octal26514624705410354674367
Binary101101011100110101001110101100100011101100110111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B566A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B566A7; }

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

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

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

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

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

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

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

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