#B4969E

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

Shades of Viola #B4969E

Tints of Viola #B4969E

Color information

#B4969E (or 0xB4969E) is unknown color: approx Viola. HEX triplet: B4, 96 and 9E. RGB value is (180,150,158). Sum of RGB (Red+Green+Blue) = 180+150+158=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B4969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4969E is #4B6961. Grayscale: #9F9F9F. Windows color (decimal): -4942178 or 10393268. OLE color: 10393268.

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

Color convert

RGB180150158-
CMYK00.170.120.29
HSL344º16.67%64.71%-
HSV(B)344º16.67%70.59%-
XYZ35.933.9837.02-
YUV159.88126.94142.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 150 (58.98% from 255) = 30.74%
BLUE value IS 158 (62.11% from 255) = 32.38%
R=36.89%
G=30.74%
B=32.38%

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
Decimal18015015800.170.120.2934416.6764.71
HexB4969E011C1D1581141
Octal264226236021143553021101
Binary101101001001011010011110010001110011101101011000100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4969E; }

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

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

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

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

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

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

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

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