#B4909C

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

Shades of Viola #B4909C

Tints of Viola #B4909C

Color information

#B4909C (or 0xB4909C) is unknown color: approx Viola. HEX triplet: B4, 90 and 9C. RGB value is (180,144,156). Sum of RGB (Red+Green+Blue) = 180+144+156=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B4909C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4909C is #4B6F63. Grayscale: #9C9C9C. Windows color (decimal): -4943716 or 10260660. OLE color: 10260660.

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

Color convert

RGB180144156-
CMYK00.20.130.29
HSL340º19.35%63.53%-
HSV(B)340º20%70.59%-
XYZ34.832.0535.8-
YUV156.13127.93145.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 144 (56.64% from 255) = 30%
BLUE value IS 156 (61.33% from 255) = 32.5%
R=37.5%
G=30%
B=32.5%

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
Decimal18014415600.20.130.2934019.3563.53
HexB4909C014D1D1541340
Octal264220234024153552423100
Binary101101001001000010011100010100110111101101010100100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4909C; }

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

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

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

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

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

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

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

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