#B4919D

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

Shades of Viola #B4919D

Tints of Viola #B4919D

Color information

#B4919D (or 0xB4919D) is unknown color: approx Viola. HEX triplet: B4, 91 and 9D. RGB value is (180,145,157). Sum of RGB (Red+Green+Blue) = 180+145+157=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4919D is #4B6E62. Grayscale: #9C9C9C. Windows color (decimal): -4943459 or 10326452. OLE color: 10326452.

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

Color convert

RGB180145157-
CMYK00.190.130.29
HSL339.43º18.92%63.73%-
HSV(B)339.43º19.44%70.59%-
XYZ35.0332.3936.3-
YUV156.83128.1144.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 145 (57.03% from 255) = 30.08%
BLUE value IS 157 (61.72% from 255) = 32.57%
R=37.34%
G=30.08%
B=32.57%

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
Decimal18014515700.190.130.29339.4318.9263.73
HexB4919D013D1D1531340
Octal264221235023153552323100
Binary101101001001000110011101010011110111101101010011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4919D; }

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

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

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

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

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

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

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

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