#B4999F

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

Shades of Viola #B4999F

Tints of Viola #B4999F

Color information

#B4999F (or 0xB4999F) is unknown color: approx Viola. HEX triplet: B4, 99 and 9F. RGB value is (180,153,159). Sum of RGB (Red+Green+Blue) = 180+153+159=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B4999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4999F is #4B6660. Grayscale: #A1A1A1. Windows color (decimal): -4941409 or 10459572. OLE color: 10459572.

HSL color Cylindrical-coordinate representation of color #B4999F: hue angle of 346.67º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4999F is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180153159-
CMYK00.150.120.29
HSL346.67º15.25%65.29%-
HSV(B)346.67º15%70.59%-
XYZ36.4734.9937.63-
YUV161.76126.45141.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 159 (62.5% from 255) = 32.32%
R=36.59%
G=31.10%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015315900.150.120.29346.6715.2565.29
HexB4999F0FC1D15bf41
Octal264231237017143553317101
Binary1011010010011001100111110111111001110110101101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4999F; }

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

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

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

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

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

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

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

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