#B4919C

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

Shades of Viola #B4919C

Tints of Viola #B4919C

Color information

#B4919C (or 0xB4919C) is unknown color: approx Viola. HEX triplet: B4, 91 and 9C. RGB value is (180,145,156). Sum of RGB (Red+Green+Blue) = 180+145+156=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B4919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4919C is #4B6E63. Grayscale: #9C9C9C. Windows color (decimal): -4943460 or 10260916. OLE color: 10260916.

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

Color convert

RGB180145156-
CMYK00.190.130.29
HSL341.14º18.92%63.73%-
HSV(B)341.14º19.44%70.59%-
XYZ34.9532.3535.86-
YUV156.72127.6144.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 156 (61.33% from 255) = 32.43%
R=37.42%
G=30.15%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014515600.190.130.29341.1418.9263.73
HexB4919C013D1D1551340
Octal264221234023153552523100
Binary101101001001000110011100010011110111101101010101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4919C; }

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

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

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

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

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

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

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

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