#B0599A

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

Shades of Violet Blue #B0599A

Tints of Violet Blue #B0599A

Color information

#B0599A (or 0xB0599A) is unknown color: approx Violet Blue. HEX triplet: B0, 59 and 9A. RGB value is (176,89,154). Sum of RGB (Red+Green+Blue) = 176+89+154=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0599A is #4FA665. Grayscale: #7A7A7A. Windows color (decimal): -5219942 or 10115504. OLE color: 10115504.

HSL color Cylindrical-coordinate representation of color #B0599A: hue angle of 315.17º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0599A is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17689154-
CMYK00.490.120.31
HSL315.17º35.51%51.96%-
HSV(B)315.17º49.43%69.02%-
XYZ27.3118.7132.74-
YUV122.42145.82166.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 89 (35.16% from 255) = 21.24%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=42.00%
G=21.24%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768915400.490.120.31315.1735.5151.96
HexB0599A031C1F13b2434
Octal26013123206114374734464
Binary101100001011001100110100110001110011111100111011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0599A; }

 p { color: rgb(176,89,154); }

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

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

 a { background-color: rgb(176,89,154); }

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

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

 span { border-color: rgb(176,89,154); }

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