#B0999D

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

Shades of Viola #B0999D

Tints of Viola #B0999D

Color information

#B0999D (or 0xB0999D) is unknown color: approx Viola. HEX triplet: B0, 99 and 9D. RGB value is (176,153,157). Sum of RGB (Red+Green+Blue) = 176+153+157=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B0999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0999D is #4F6662. Grayscale: #A0A0A0. Windows color (decimal): -5203555 or 10328496. OLE color: 10328496.

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

Color convert

RGB176153157-
CMYK00.130.110.31
HSL349.57º12.71%64.51%-
HSV(B)349.57º13.07%69.02%-
XYZ35.3834.4536.68-
YUV160.33126.12139.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=36.21%
G=31.48%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615315700.130.110.31349.5712.7164.51
HexB0999D0DB1F15ed41
Octal260231235015133753615101
Binary1011000010011001100111010110110111111110101111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0999D; }

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

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

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

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

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

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

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

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