#B8959F

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

Shades of Viola #B8959F

Tints of Viola #B8959F

Color information

#B8959F (or 0xB8959F) is unknown color: approx Viola. HEX triplet: B8, 95 and 9F. RGB value is (184,149,159). Sum of RGB (Red+Green+Blue) = 184+149+159=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 184 - color contains mainly: red. Hex color #B8959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8959F is #476A60. Grayscale: #A0A0A0. Windows color (decimal): -4680289 or 10458552. OLE color: 10458552.

HSL color Cylindrical-coordinate representation of color #B8959F: hue angle of 342.86º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8959F is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB184149159-
CMYK00.190.140.28
HSL342.86º19.77%65.29%-
HSV(B)342.86º19.02%72.16%-
XYZ36.7734.1937.46-
YUV160.6127.1144.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.40%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 159 (62.5% from 255) = 32.32%
R=37.40%
G=30.28%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414915900.190.140.28342.8619.7765.29
HexB8959F013E1C1571441
Octal270225237023163452724101
Binary101110001001010110011111010011111011100101010111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8959F; }

 p { color: rgb(184,149,159); }

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

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

 a { background-color: rgb(184,149,159); }

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

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

 span { border-color: rgb(184,149,159); }

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