#B5579F

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

Shades of Violet Blue #B5579F

Tints of Violet Blue #B5579F

Color information

#B5579F (or 0xB5579F) is unknown color: approx Violet Blue. HEX triplet: B5, 57 and 9F. RGB value is (181,87,159). Sum of RGB (Red+Green+Blue) = 181+87+159=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B5579F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5579F is #4AA860. Grayscale: #7B7B7B. Windows color (decimal): -4892769 or 10442677. OLE color: 10442677.

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

Color convert

RGB18187159-
CMYK00.520.120.29
HSL314.04º38.84%52.55%-
HSV(B)314.04º51.93%70.98%-
XYZ28.7219.1434.98-
YUV123.31148.14169.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 87 (34.38% from 255) = 20.37%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=42.39%
G=20.37%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818715900.520.120.29314.0438.8452.55
HexB5579F034C1D13a2735
Octal26512723706414354724765
Binary101101011010111100111110110100110011101100111010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5579F; }

 p { color: rgb(181,87,159); }

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

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

 a { background-color: rgb(181,87,159); }

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

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

 span { border-color: rgb(181,87,159); }

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