#B2979C

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

Shades of Viola #B2979C

Tints of Viola #B2979C

Color information

#B2979C (or 0xB2979C) is unknown color: approx Viola. HEX triplet: B2, 97 and 9C. RGB value is (178,151,156). Sum of RGB (Red+Green+Blue) = 178+151+156=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B2979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2979C is #4D6863. Grayscale: #9F9F9F. Windows color (decimal): -5072996 or 10262450. OLE color: 10262450.

HSL color Cylindrical-coordinate representation of color #B2979C: hue angle of 348.89º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2979C is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB178151156-
CMYK00.150.120.30
HSL348.89º14.92%64.51%-
HSV(B)348.89º15.17%69.8%-
XYZ35.433436.15-
YUV159.64125.95141.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.70%
GREEN value IS 151 (59.38% from 255) = 31.13%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=36.70%
G=31.13%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815115600.150.120.30348.8914.9264.51
HexB2979C0FC1E15df41
Octal262227234017143653517101
Binary1011001010010111100111000111111001111010101110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2979C; }

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

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

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

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

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

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

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

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