#B5909C

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

Shades of Viola #B5909C

Tints of Viola #B5909C

Color information

#B5909C (or 0xB5909C) is unknown color: approx Viola. HEX triplet: B5, 90 and 9C. RGB value is (181,144,156). Sum of RGB (Red+Green+Blue) = 181+144+156=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B5909C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5909C is #4A6F63. Grayscale: #9C9C9C. Windows color (decimal): -4878180 or 10260661. OLE color: 10260661.

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

Color convert

RGB181144156-
CMYK00.200.140.29
HSL340.54º20%63.73%-
HSV(B)340.54º20.44%70.98%-
XYZ35.0332.1735.82-
YUV156.43127.76145.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 156 (61.33% from 255) = 32.43%
R=37.63%
G=29.94%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114415600.200.140.29340.542063.73
HexB5909C014E1D1551440
Octal265220234024163552524100
Binary101101011001000010011100010100111011101101010101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5909C; }

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

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

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

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

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

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

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

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