#B1979A

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

Shades of Viola #B1979A

Tints of Viola #B1979A

Color information

#B1979A (or 0xB1979A) is unknown color: approx Viola. HEX triplet: B1, 97 and 9A. RGB value is (177,151,154). Sum of RGB (Red+Green+Blue) = 177+151+154=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B1979A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1979A is #4E6865. Grayscale: #9F9F9F. Windows color (decimal): -5138534 or 10131377. OLE color: 10131377.

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

Color convert

RGB177151154-
CMYK00.150.130.31
HSL353.08º14.29%64.31%-
HSV(B)353.08º14.69%69.41%-
XYZ35.0333.8135.25-
YUV159.12125.11140.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=36.72%
G=31.33%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715115400.150.130.31353.0814.2964.31
HexB1979A0FD1F161e40
Octal261227232017153754116100
Binary1011000110010111100110100111111011111110110000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1979A; }

 p { color: rgb(177,151,154); }

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

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

 a { background-color: rgb(177,151,154); }

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

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

 span { border-color: rgb(177,151,154); }

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