#B4909A

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

Shades of Viola #B4909A

Tints of Viola #B4909A

Color information

#B4909A (or 0xB4909A) is unknown color: approx Viola. HEX triplet: B4, 90 and 9A. RGB value is (180,144,154). Sum of RGB (Red+Green+Blue) = 180+144+154=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B4909A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4909A is #4B6F65. Grayscale: #9B9B9B. Windows color (decimal): -4943718 or 10129588. OLE color: 10129588.

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

Color convert

RGB180144154-
CMYK00.20.140.29
HSL343.33º19.35%63.53%-
HSV(B)343.33º20%70.59%-
XYZ34.6331.9834.92-
YUV155.9126.93145.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 144 (56.64% from 255) = 30.13%
BLUE value IS 154 (60.55% from 255) = 32.22%
R=37.66%
G=30.13%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014415400.20.140.29343.3319.3563.53
HexB4909A014E1D1571340
Octal264220232024163552723100
Binary101101001001000010011010010100111011101101010111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4909A; }

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

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

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

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

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

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

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

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