#B58494

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

Shades of Viola #B58494

Tints of Viola #B58494

Color information

#B58494 (or 0xB58494) is unknown color: approx Viola. HEX triplet: B5, 84 and 94. RGB value is (181,132,148). Sum of RGB (Red+Green+Blue) = 181+132+148=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B58494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58494 is #4A7B6B. Grayscale: #949494. Windows color (decimal): -4881260 or 9733301. OLE color: 9733301.

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

Color convert

RGB181132148-
CMYK00.270.180.29
HSL340.41º24.87%61.37%-
HSV(B)340.41º27.07%70.98%-
XYZ32.6528.4631.79-
YUV148.48127.73151.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 148 (58.20% from 255) = 32.10%
R=39.26%
G=28.63%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113214800.270.180.29340.4124.8761.37
HexB5849401B121D154193d
Octal26520422403322355243175
Binary101101011000010010010100011011100101110110101010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58494; }

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

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

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

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

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

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

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

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