#B4909D

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

Shades of Viola #B4909D

Tints of Viola #B4909D

Color information

#B4909D (or 0xB4909D) is unknown color: approx Viola. HEX triplet: B4, 90 and 9D. RGB value is (180,144,157). Sum of RGB (Red+Green+Blue) = 180+144+157=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B4909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4909D is #4B6F62. Grayscale: #9C9C9C. Windows color (decimal): -4943715 or 10326196. OLE color: 10326196.

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

Color convert

RGB180144157-
CMYK00.20.130.29
HSL338.33º19.35%63.53%-
HSV(B)338.33º20%70.59%-
XYZ34.8832.0836.25-
YUV156.25128.43144.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 157 (61.72% from 255) = 32.64%
R=37.42%
G=29.94%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014415700.20.130.29338.3319.3563.53
HexB4909D014D1D1521340
Octal264220235024153552223100
Binary101101001001000010011101010100110111101101010010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4909D; }

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

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

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

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

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

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

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

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