#B6569F

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

Shades of Violet Blue #B6569F

Tints of Violet Blue #B6569F

Color information

#B6569F (or 0xB6569F) is unknown color: approx Violet Blue. HEX triplet: B6, 56 and 9F. RGB value is (182,86,159). Sum of RGB (Red+Green+Blue) = 182+86+159=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B6569F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6569F is #49A960. Grayscale: #7A7A7A. Windows color (decimal): -4827489 or 10442422. OLE color: 10442422.

HSL color Cylindrical-coordinate representation of color #B6569F: hue angle of 314.38º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B6569F is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18286159-
CMYK00.530.130.29
HSL314.38º39.67%52.55%-
HSV(B)314.38º52.75%71.37%-
XYZ28.8819.134.97-
YUV123.03148.3170.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 86 (33.98% from 255) = 20.14%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=42.62%
G=20.14%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828615900.530.130.29314.3839.6752.55
HexB6569F035D1D13a2835
Octal26612623706515354725065
Binary101101101010110100111110110101110111101100111010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6569F; }

 p { color: rgb(182,86,159); }

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

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

 a { background-color: rgb(182,86,159); }

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

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

 span { border-color: rgb(182,86,159); }

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