#B0599D

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

Shades of Violet Blue #B0599D

Tints of Violet Blue #B0599D

Color information

#B0599D (or 0xB0599D) is unknown color: approx Violet Blue. HEX triplet: B0, 59 and 9D. RGB value is (176,89,157). Sum of RGB (Red+Green+Blue) = 176+89+157=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0599D is #4FA662. Grayscale: #7A7A7A. Windows color (decimal): -5219939 or 10312112. OLE color: 10312112.

HSL color Cylindrical-coordinate representation of color #B0599D: hue angle of 313.1º 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 #B0599D is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17689157-
CMYK00.490.110.31
HSL313.1º35.51%51.96%-
HSV(B)313.1º49.43%69.02%-
XYZ27.5618.8134.08-
YUV122.76147.32165.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=41.71%
G=21.09%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768915700.490.110.31313.135.5151.96
HexB0599D031B1F1392434
Octal26013123506113374714464
Binary101100001011001100111010110001101111111100111001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0599D; }

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

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

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

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

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

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

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

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