#B4919E

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

Shades of Viola #B4919E

Tints of Viola #B4919E

Color information

#B4919E (or 0xB4919E) is unknown color: approx Viola. HEX triplet: B4, 91 and 9E. RGB value is (180,145,158). Sum of RGB (Red+Green+Blue) = 180+145+158=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B4919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4919E is #4B6E61. Grayscale: #9C9C9C. Windows color (decimal): -4943458 or 10391988. OLE color: 10391988.

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

Color convert

RGB180145158-
CMYK00.190.120.29
HSL337.71º18.92%63.73%-
HSV(B)337.71º19.44%70.59%-
XYZ35.1232.4236.75-
YUV156.95128.6144.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 145 (57.03% from 255) = 30.02%
BLUE value IS 158 (62.11% from 255) = 32.71%
R=37.27%
G=30.02%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014515800.190.120.29337.7118.9263.73
HexB4919E013C1D1521340
Octal264221236023143552223100
Binary101101001001000110011110010011110011101101010010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4919E; }

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

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

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

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

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

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

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

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