#B5909D

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

Shades of Viola #B5909D

Tints of Viola #B5909D

Color information

#B5909D (or 0xB5909D) is unknown color: approx Viola. HEX triplet: B5, 90 and 9D. RGB value is (181,144,157). Sum of RGB (Red+Green+Blue) = 181+144+157=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B5909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5909D is #4A6F62. Grayscale: #9C9C9C. Windows color (decimal): -4878179 or 10326197. OLE color: 10326197.

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

Color convert

RGB181144157-
CMYK00.200.130.29
HSL338.92º20%63.73%-
HSV(B)338.92º20.44%70.98%-
XYZ35.1232.236.26-
YUV156.54128.26145.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 157 (61.72% from 255) = 32.57%
R=37.55%
G=29.88%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114415700.200.130.29338.922063.73
HexB5909D014D1D1531440
Octal265220235024153552324100
Binary101101011001000010011101010100110111101101010011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5909D; }

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

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

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

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

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

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

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

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