#B2979B

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

Shades of Viola #B2979B

Tints of Viola #B2979B

Color information

#B2979B (or 0xB2979B) is unknown color: approx Viola. HEX triplet: B2, 97 and 9B. RGB value is (178,151,155). Sum of RGB (Red+Green+Blue) = 178+151+155=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B2979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2979B is #4D6864. Grayscale: #9F9F9F. Windows color (decimal): -5072997 or 10196914. OLE color: 10196914.

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

Color convert

RGB178151155-
CMYK00.150.130.30
HSL351.11º14.92%64.51%-
HSV(B)351.11º15.17%69.8%-
XYZ35.3433.9635.7-
YUV159.53125.45141.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.78%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 155 (60.94% from 255) = 32.02%
R=36.78%
G=31.20%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815115500.150.130.30351.1114.9264.51
HexB2979B0FD1E15ff41
Octal262227233017153653717101
Binary1011001010010111100110110111111011111010101111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2979B; }

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

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

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

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

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

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

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

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