#B5999E

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

Shades of Viola #B5999E

Tints of Viola #B5999E

Color information

#B5999E (or 0xB5999E) is unknown color: approx Viola. HEX triplet: B5, 99 and 9E. RGB value is (181,153,158). Sum of RGB (Red+Green+Blue) = 181+153+158=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 181 - color contains mainly: red. Hex color #B5999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5999E is #4A6661. Grayscale: #A1A1A1. Windows color (decimal): -4875874 or 10394037. OLE color: 10394037.

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

Color convert

RGB181153158-
CMYK00.150.130.29
HSL349.29º15.91%65.49%-
HSV(B)349.29º15.47%70.98%-
XYZ36.6235.0737.19-
YUV161.94125.78141.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.79%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 158 (62.11% from 255) = 32.11%
R=36.79%
G=31.10%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115315800.150.130.29349.2915.9165.49
HexB5999E0FD1D15d1041
Octal265231236017153553520101
Binary10110101100110011001111001111110111101101011101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5999E; }

 p { color: rgb(181,153,158); }

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

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

 a { background-color: rgb(181,153,158); }

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

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

 span { border-color: rgb(181,153,158); }

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