#B1989F

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

Shades of Viola #B1989F

Tints of Viola #B1989F

Color information

#B1989F (or 0xB1989F) is unknown color: approx Viola. HEX triplet: B1, 98 and 9F. RGB value is (177,152,159). Sum of RGB (Red+Green+Blue) = 177+152+159=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 177 - color contains mainly: red. Hex color #B1989F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1989F is #4E6760. Grayscale: #A0A0A0. Windows color (decimal): -5138273 or 10459313. OLE color: 10459313.

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

Color convert

RGB177152159-
CMYK00.140.100.31
HSL343.2º13.81%64.51%-
HSV(B)343.2º14.12%69.41%-
XYZ35.6234.3137.55-
YUV160.27127.28139.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.27%
GREEN value IS 152 (59.77% from 255) = 31.15%
BLUE value IS 159 (62.5% from 255) = 32.58%
R=36.27%
G=31.15%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715215900.140.100.31343.213.8164.51
HexB1989F0EA1F157e41
Octal261230237016123752716101
Binary1011000110011000100111110111010101111110101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1989F; }

 p { color: rgb(177,152,159); }

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

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

 a { background-color: rgb(177,152,159); }

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

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

 span { border-color: rgb(177,152,159); }

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