#B5949E

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

Shades of Viola #B5949E

Tints of Viola #B5949E

Color information

#B5949E (or 0xB5949E) is unknown color: approx Viola. HEX triplet: B5, 94 and 9E. RGB value is (181,148,158). Sum of RGB (Red+Green+Blue) = 181+148+158=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 181 - color contains mainly: red. Hex color #B5949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5949E is #4A6B61. Grayscale: #9F9F9F. Windows color (decimal): -4877154 or 10392757. OLE color: 10392757.

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

Color convert

RGB181148158-
CMYK00.180.130.29
HSL341.82º18.23%64.51%-
HSV(B)341.82º18.23%70.98%-
XYZ35.8233.4736.92-
YUV159.01127.43143.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.17%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 158 (62.11% from 255) = 32.44%
R=37.17%
G=30.39%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114815800.180.130.29341.8218.2364.51
HexB5949E012D1D1561241
Octal265224236022153552622101
Binary101101011001010010011110010010110111101101010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5949E; }

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

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

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

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

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

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

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

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