#B58EA0

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

Shades of Viola #B58EA0

Tints of Viola #B58EA0

Color information

#B58EA0 (or 0xB58EA0) is unknown color: approx Viola. HEX triplet: B5, 8E and A0. RGB value is (181,142,160). Sum of RGB (Red+Green+Blue) = 181+142+160=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B58EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58EA0 is #4A715F. Grayscale: #9B9B9B. Windows color (decimal): -4878688 or 10522293. OLE color: 10522293.

HSL color Cylindrical-coordinate representation of color #B58EA0: hue angle of 332.31º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B58EA0 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB181142160-
CMYK00.220.120.29
HSL332.31º20.86%63.33%-
HSV(B)332.31º21.55%70.98%-
XYZ35.0731.7137.53-
YUV155.71130.42146.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 160 (62.89% from 255) = 33.13%
R=37.47%
G=29.40%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114216000.220.120.29332.3120.8663.33
HexB58EA0016C1D14c153f
Octal26521624002614355142577
Binary10110101100011101010000001011011001110110100110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58EA0; }

 p { color: rgb(181,142,160); }

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

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

 a { background-color: rgb(181,142,160); }

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

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

 span { border-color: rgb(181,142,160); }

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