#B5989D

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

Shades of Viola #B5989D

Tints of Viola #B5989D

Color information

#B5989D (or 0xB5989D) is unknown color: approx Viola. HEX triplet: B5, 98 and 9D. RGB value is (181,152,157). Sum of RGB (Red+Green+Blue) = 181+152+157=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B5989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5989D is #4A6762. Grayscale: #A1A1A1. Windows color (decimal): -4876131 or 10328245. OLE color: 10328245.

HSL color Cylindrical-coordinate representation of color #B5989D: hue angle of 349.66º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5989D is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB181152157-
CMYK00.160.130.29
HSL349.66º16.38%65.29%-
HSV(B)349.66º16.02%70.98%-
XYZ36.3734.7136.68-
YUV161.24125.61142.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.94%
GREEN value IS 152 (59.77% from 255) = 31.02%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=36.94%
G=31.02%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115215700.160.130.29349.6616.3865.29
HexB5989D010D1D15e1041
Octal265230235020153553620101
Binary101101011001100010011101010000110111101101011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5989D; }

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

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

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

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

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

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

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

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