#B8909C

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

Shades of Viola #B8909C

Tints of Viola #B8909C

Color information

#B8909C (or 0xB8909C) is unknown color: approx Viola. HEX triplet: B8, 90 and 9C. RGB value is (184,144,156). Sum of RGB (Red+Green+Blue) = 184+144+156=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B8909C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8909C is #476F63. Grayscale: #9D9D9D. Windows color (decimal): -4681572 or 10260664. OLE color: 10260664.

HSL color Cylindrical-coordinate representation of color #B8909C: hue angle of 342º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8909C is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB184144156-
CMYK00.220.150.28
HSL342º21.98%64.31%-
HSV(B)342º21.74%72.16%-
XYZ35.7432.5435.85-
YUV157.33127.25147.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.02%
GREEN value IS 144 (56.64% from 255) = 29.75%
BLUE value IS 156 (61.33% from 255) = 32.23%
R=38.02%
G=29.75%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414415600.220.150.2834221.9864.31
HexB8909C016F1C1561640
Octal270220234026173452626100
Binary101110001001000010011100010110111111100101010110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8909C; }

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

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

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

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

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

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

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

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