#B0599E

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

Shades of Violet Blue #B0599E

Tints of Violet Blue #B0599E

Color information

#B0599E (or 0xB0599E) is unknown color: approx Violet Blue. HEX triplet: B0, 59 and 9E. RGB value is (176,89,158). Sum of RGB (Red+Green+Blue) = 176+89+158=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B0599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0599E is #4FA661. Grayscale: #7A7A7A. Windows color (decimal): -5219938 or 10377648. OLE color: 10377648.

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

Color convert

RGB17689158-
CMYK00.490.100.31
HSL312.41º35.51%51.96%-
HSV(B)312.41º49.43%69.02%-
XYZ27.6518.8434.53-
YUV122.88147.82165.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=41.61%
G=21.04%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768915800.490.100.31312.4135.5151.96
HexB0599E031A1F1382434
Octal26013123606112374704464
Binary101100001011001100111100110001101011111100111000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0599E; }

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

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

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

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

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

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

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

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