#B4989E

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

Shades of Viola #B4989E

Tints of Viola #B4989E

Color information

#B4989E (or 0xB4989E) is unknown color: approx Viola. HEX triplet: B4, 98 and 9E. RGB value is (180,152,158). Sum of RGB (Red+Green+Blue) = 180+152+158=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B4989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4989E is #4B6761. Grayscale: #A1A1A1. Windows color (decimal): -4941666 or 10393780. OLE color: 10393780.

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

Color convert

RGB180152158-
CMYK00.160.120.29
HSL347.14º15.73%65.1%-
HSV(B)347.14º15.56%70.59%-
XYZ36.2234.6337.12-
YUV161.06126.28141.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 152 (59.77% from 255) = 31.02%
BLUE value IS 158 (62.11% from 255) = 32.24%
R=36.73%
G=31.02%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015215800.160.120.29347.1415.7365.1
HexB4989E010C1D15b1041
Octal264230236020143553320101
Binary101101001001100010011110010000110011101101011011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4989E; }

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

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

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

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

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

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

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

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