#B0959D

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

Shades of Viola #B0959D

Tints of Viola #B0959D

Color information

#B0959D (or 0xB0959D) is unknown color: approx Viola. HEX triplet: B0, 95 and 9D. RGB value is (176,149,157). Sum of RGB (Red+Green+Blue) = 176+149+157=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0959D is #4F6A62. Grayscale: #9D9D9D. Windows color (decimal): -5204579 or 10327472. OLE color: 10327472.

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

Color convert

RGB176149157-
CMYK00.150.110.31
HSL342.22º14.59%63.73%-
HSV(B)342.22º15.34%69.02%-
XYZ34.7433.1636.47-
YUV157.98127.45140.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 157 (61.72% from 255) = 32.57%
R=36.51%
G=30.91%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614915700.150.110.31342.2214.5963.73
HexB0959D0FB1F156f40
Octal260225235017133752617100
Binary1011000010010101100111010111110111111110101011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0959D; }

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

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

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

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

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

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

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

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