#B2979E

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

Shades of Viola #B2979E

Tints of Viola #B2979E

Color information

#B2979E (or 0xB2979E) is unknown color: approx Viola. HEX triplet: B2, 97 and 9E. RGB value is (178,151,158). Sum of RGB (Red+Green+Blue) = 178+151+158=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B2979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2979E is #4D6861. Grayscale: #9F9F9F. Windows color (decimal): -5072994 or 10393522. OLE color: 10393522.

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

Color convert

RGB178151158-
CMYK00.150.110.30
HSL344.44º14.92%64.51%-
HSV(B)344.44º15.17%69.8%-
XYZ35.634.0737.05-
YUV159.87126.95140.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.55%
GREEN value IS 151 (59.38% from 255) = 31.01%
BLUE value IS 158 (62.11% from 255) = 32.44%
R=36.55%
G=31.01%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815115800.150.110.30344.4414.9264.51
HexB2979E0FB1E158f41
Octal262227236017133653017101
Binary1011001010010111100111100111110111111010101100011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2979E; }

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

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

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

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

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

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

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

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