#B5949D

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

Shades of Viola #B5949D

Tints of Viola #B5949D

Color information

#B5949D (or 0xB5949D) is unknown color: approx Viola. HEX triplet: B5, 94 and 9D. RGB value is (181,148,157). Sum of RGB (Red+Green+Blue) = 181+148+157=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B5949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5949D is #4A6B62. Grayscale: #9E9E9E. Windows color (decimal): -4877155 or 10327221. OLE color: 10327221.

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

Color convert

RGB181148157-
CMYK00.180.130.29
HSL343.64º18.23%64.51%-
HSV(B)343.64º18.23%70.98%-
XYZ35.7333.4436.47-
YUV158.89126.93143.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=37.24%
G=30.45%
B=32.30%

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
Decimal18114815700.180.130.29343.6418.2364.51
HexB5949D012D1D1581241
Octal265224235022153553022101
Binary101101011001010010011101010010110111101101011000100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5949D; }

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

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

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

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

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

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

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

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