#B0999F

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

Shades of Viola #B0999F

Tints of Viola #B0999F

Color information

#B0999F (or 0xB0999F) is unknown color: approx Viola. HEX triplet: B0, 99 and 9F. RGB value is (176,153,159). Sum of RGB (Red+Green+Blue) = 176+153+159=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B0999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0999F is #4F6660. Grayscale: #A0A0A0. Windows color (decimal): -5203553 or 10459568. OLE color: 10459568.

HSL color Cylindrical-coordinate representation of color #B0999F: hue angle of 344.35º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0999F is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB176153159-
CMYK00.130.100.31
HSL344.35º12.71%64.51%-
HSV(B)344.35º13.07%69.02%-
XYZ35.5534.5237.59-
YUV160.56127.12139.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 153 (60.16% from 255) = 31.35%
BLUE value IS 159 (62.5% from 255) = 32.58%
R=36.07%
G=31.35%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615315900.130.100.31344.3512.7164.51
HexB0999F0DA1F158d41
Octal260231237015123753015101
Binary1011000010011001100111110110110101111110101100011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0999F; }

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

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

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

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

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

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

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

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