#B2989D

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

Shades of Viola #B2989D

Tints of Viola #B2989D

Color information

#B2989D (or 0xB2989D) is unknown color: approx Viola. HEX triplet: B2, 98 and 9D. RGB value is (178,152,157). Sum of RGB (Red+Green+Blue) = 178+152+157=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B2989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2989D is #4D6762. Grayscale: #A0A0A0. Windows color (decimal): -5072739 or 10328242. OLE color: 10328242.

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

Color convert

RGB178152157-
CMYK00.150.120.30
HSL348.46º14.44%64.71%-
HSV(B)348.46º14.61%69.8%-
XYZ35.6734.3636.65-
YUV160.34126.11140.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.55%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 157 (61.72% from 255) = 32.24%
R=36.55%
G=31.21%
B=32.24%

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
Decimal17815215700.150.120.30348.4614.4464.71
HexB2989D0FC1E15ce41
Octal262230235017143653416101
Binary1011001010011000100111010111111001111010101110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2989D; }

 p { color: rgb(178,152,157); }

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

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

 a { background-color: rgb(178,152,157); }

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

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

 span { border-color: rgb(178,152,157); }

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