#B4919A

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

Shades of Viola #B4919A

Tints of Viola #B4919A

Color information

#B4919A (or 0xB4919A) is unknown color: approx Viola. HEX triplet: B4, 91 and 9A. RGB value is (180,145,154). Sum of RGB (Red+Green+Blue) = 180+145+154=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B4919A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4919A is #4B6E65. Grayscale: #9C9C9C. Windows color (decimal): -4943462 or 10129844. OLE color: 10129844.

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

Color convert

RGB180145154-
CMYK00.190.140.29
HSL344.57º18.92%63.73%-
HSV(B)344.57º19.44%70.59%-
XYZ34.7832.2934.97-
YUV156.49126.6144.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 145 (57.03% from 255) = 30.27%
BLUE value IS 154 (60.55% from 255) = 32.15%
R=37.58%
G=30.27%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014515400.190.140.29344.5718.9263.73
HexB4919A013E1D1591340
Octal264221232023163553123100
Binary101101001001000110011010010011111011101101011001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4919A; }

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

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

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

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

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

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

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

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