#B4969F

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

Shades of Viola #B4969F

Tints of Viola #B4969F

Color information

#B4969F (or 0xB4969F) is unknown color: approx Viola. HEX triplet: B4, 96 and 9F. RGB value is (180,150,159). Sum of RGB (Red+Green+Blue) = 180+150+159=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B4969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4969F is #4B6960. Grayscale: #9F9F9F. Windows color (decimal): -4942177 or 10458804. OLE color: 10458804.

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

Color convert

RGB180150159-
CMYK00.170.120.29
HSL342º16.67%64.71%-
HSV(B)342º16.67%70.59%-
XYZ35.9934.0237.47-
YUV160127.44142.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 150 (58.98% from 255) = 30.67%
BLUE value IS 159 (62.5% from 255) = 32.52%
R=36.81%
G=30.67%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015015900.170.120.2934216.6764.71
HexB4969F011C1D1561141
Octal264226237021143552621101
Binary101101001001011010011111010001110011101101010110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4969F; }

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

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

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

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

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

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

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

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