#B4979B

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

Shades of Viola #B4979B

Tints of Viola #B4979B

Color information

#B4979B (or 0xB4979B) is unknown color: approx Viola. HEX triplet: B4, 97 and 9B. RGB value is (180,151,155). Sum of RGB (Red+Green+Blue) = 180+151+155=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B4979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4979B is #4B6864. Grayscale: #A0A0A0. Windows color (decimal): -4941925 or 10196916. OLE color: 10196916.

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

Color convert

RGB180151155-
CMYK00.160.140.29
HSL351.72º16.2%64.9%-
HSV(B)351.72º16.11%70.59%-
XYZ35.8134.235.73-
YUV160.13125.11142.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 155 (60.94% from 255) = 31.89%
R=37.04%
G=31.07%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015115500.160.140.29351.7216.264.9
HexB4979B010E1D1601041
Octal264227233020163554020101
Binary101101001001011110011011010000111011101101100000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4979B; }

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

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

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

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

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

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

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

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