#B4979C

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

Shades of Viola #B4979C

Tints of Viola #B4979C

Color information

#B4979C (or 0xB4979C) is unknown color: approx Viola. HEX triplet: B4, 97 and 9C. RGB value is (180,151,156). Sum of RGB (Red+Green+Blue) = 180+151+156=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B4979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4979C is #4B6863. Grayscale: #A0A0A0. Windows color (decimal): -4941924 or 10262452. OLE color: 10262452.

HSL color Cylindrical-coordinate representation of color #B4979C: hue angle of 349.66º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4979C is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB180151156-
CMYK00.160.130.29
HSL349.66º16.2%64.9%-
HSV(B)349.66º16.11%70.59%-
XYZ35.8934.2436.17-
YUV160.24125.61142.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 151 (59.38% from 255) = 31.01%
BLUE value IS 156 (61.33% from 255) = 32.03%
R=36.96%
G=31.01%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015115600.160.130.29349.6616.264.9
HexB4979C010D1D15e1041
Octal264227234020153553620101
Binary101101001001011110011100010000110111101101011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4979C; }

 p { color: rgb(180,151,156); }

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

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

 a { background-color: rgb(180,151,156); }

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

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

 span { border-color: rgb(180,151,156); }

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