#B4989F

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

Shades of Viola #B4989F

Tints of Viola #B4989F

Color information

#B4989F (or 0xB4989F) is unknown color: approx Viola. HEX triplet: B4, 98 and 9F. RGB value is (180,152,159). Sum of RGB (Red+Green+Blue) = 180+152+159=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B4989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4989F is #4B6760. Grayscale: #A1A1A1. Windows color (decimal): -4941665 or 10459316. OLE color: 10459316.

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

Color convert

RGB180152159-
CMYK00.160.120.29
HSL345º15.73%65.1%-
HSV(B)345º15.56%70.59%-
XYZ36.3134.6637.58-
YUV161.17126.78141.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 159 (62.5% from 255) = 32.38%
R=36.66%
G=30.96%
B=32.38%

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
Decimal18015215900.160.120.2934515.7365.1
HexB4989F010C1D1591041
Octal264230237020143553120101
Binary101101001001100010011111010000110011101101011001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4989F; }

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

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

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

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

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

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

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

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