#B1979E

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

Shades of Viola #B1979E

Tints of Viola #B1979E

Color information

#B1979E (or 0xB1979E) is unknown color: approx Viola. HEX triplet: B1, 97 and 9E. RGB value is (177,151,158). Sum of RGB (Red+Green+Blue) = 177+151+158=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 177 - color contains mainly: red. Hex color #B1979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1979E is #4E6861. Grayscale: #9F9F9F. Windows color (decimal): -5138530 or 10393521. OLE color: 10393521.

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

Color convert

RGB177151158-
CMYK00.150.110.31
HSL343.85º14.29%64.31%-
HSV(B)343.85º14.69%69.41%-
XYZ35.3733.9537.04-
YUV159.57127.11140.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.42%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 158 (62.11% from 255) = 32.51%
R=36.42%
G=31.07%
B=32.51%

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
Decimal17715115800.150.110.31343.8514.2964.31
HexB1979E0FB1F158e40
Octal261227236017133753016100
Binary1011000110010111100111100111110111111110101100011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1979E; }

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

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

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

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

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

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

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

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