#B4989D

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

Shades of Viola #B4989D

Tints of Viola #B4989D

Color information

#B4989D (or 0xB4989D) is unknown color: approx Viola. HEX triplet: B4, 98 and 9D. RGB value is (180,152,157). Sum of RGB (Red+Green+Blue) = 180+152+157=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B4989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4989D is #4B6762. Grayscale: #A0A0A0. Windows color (decimal): -4941667 or 10328244. OLE color: 10328244.

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

Color convert

RGB180152157-
CMYK00.160.130.29
HSL349.29º15.73%65.1%-
HSV(B)349.29º15.56%70.59%-
XYZ36.1434.5936.67-
YUV160.94125.78141.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 157 (61.72% from 255) = 32.11%
R=36.81%
G=31.08%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015215700.160.130.29349.2915.7365.1
HexB4989D010D1D15d1041
Octal264230235020153553520101
Binary101101001001100010011101010000110111101101011101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4989D; }

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

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

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

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

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

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

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

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