#B0599F

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

Shades of Violet Blue #B0599F

Tints of Violet Blue #B0599F

Color information

#B0599F (or 0xB0599F) is unknown color: approx Violet Blue. HEX triplet: B0, 59 and 9F. RGB value is (176,89,159). Sum of RGB (Red+Green+Blue) = 176+89+159=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B0599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0599F is #4FA660. Grayscale: #7A7A7A. Windows color (decimal): -5219937 or 10443184. OLE color: 10443184.

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

Color convert

RGB17689159-
CMYK00.490.100.31
HSL311.72º35.51%51.96%-
HSV(B)311.72º49.43%69.02%-
XYZ27.7318.8834.98-
YUV122.99148.32165.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=41.51%
G=20.99%
B=37.5%

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
Decimal1768915900.490.100.31311.7235.5151.96
HexB0599F031A1F1382434
Octal26013123706112374704464
Binary101100001011001100111110110001101011111100111000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0599F; }

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

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

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

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

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

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

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

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