#B5599F

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

Shades of Violet Blue #B5599F

Tints of Violet Blue #B5599F

Color information

#B5599F (or 0xB5599F) is unknown color: approx Violet Blue. HEX triplet: B5, 59 and 9F. RGB value is (181,89,159). Sum of RGB (Red+Green+Blue) = 181+89+159=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B5599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5599F is #4AA660. Grayscale: #7C7C7C. Windows color (decimal): -4892257 or 10443189. OLE color: 10443189.

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

Color convert

RGB18189159-
CMYK00.510.120.29
HSL314.35º38.33%52.94%-
HSV(B)314.35º50.83%70.98%-
XYZ28.8919.4735.04-
YUV124.49147.48168.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 89 (35.16% from 255) = 20.75%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=42.19%
G=20.75%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818915900.510.120.29314.3538.3352.94
HexB5599F033C1D13a2635
Octal26513123706314354724665
Binary101101011011001100111110110011110011101100111010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5599F; }

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

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

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

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

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

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

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

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