#B4599F

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

Shades of Violet Blue #B4599F

Tints of Violet Blue #B4599F

Color information

#B4599F (or 0xB4599F) is unknown color: approx Violet Blue. HEX triplet: B4, 59 and 9F. RGB value is (180,89,159). Sum of RGB (Red+Green+Blue) = 180+89+159=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B4599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4599F is #4BA660. Grayscale: #7B7B7B. Windows color (decimal): -4957793 or 10443188. OLE color: 10443188.

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

Color convert

RGB18089159-
CMYK00.510.120.29
HSL313.85º37.76%52.75%-
HSV(B)313.85º50.56%70.59%-
XYZ28.6519.3535.03-
YUV124.19147.65167.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 89 (35.16% from 255) = 20.79%
BLUE value IS 159 (62.5% from 255) = 37.15%
R=42.06%
G=20.79%
B=37.15%

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
Decimal1808915900.510.120.29313.8537.7652.75
HexB4599F033C1D13a2635
Octal26413123706314354724665
Binary101101001011001100111110110011110011101100111010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4599F; }

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

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

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

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

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

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

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

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