#B1989D

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

Shades of Viola #B1989D

Tints of Viola #B1989D

Color information

#B1989D (or 0xB1989D) is unknown color: approx Viola. HEX triplet: B1, 98 and 9D. RGB value is (177,152,157). Sum of RGB (Red+Green+Blue) = 177+152+157=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 177 - color contains mainly: red. Hex color #B1989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1989D is #4E6762. Grayscale: #A0A0A0. Windows color (decimal): -5138275 or 10328241. OLE color: 10328241.

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

Color convert

RGB177152157-
CMYK00.140.110.31
HSL348º13.81%64.51%-
HSV(B)348º14.12%69.41%-
XYZ35.4534.2436.64-
YUV160.04126.28140.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.42%
GREEN value IS 152 (59.77% from 255) = 31.28%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=36.42%
G=31.28%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715215700.140.110.3134813.8164.51
HexB1989D0EB1F15ce41
Octal261230235016133753416101
Binary1011000110011000100111010111010111111110101110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1989D; }

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

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

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

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

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

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

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

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