#B58C9E

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

Shades of Viola #B58C9E

Tints of Viola #B58C9E

Color information

#B58C9E (or 0xB58C9E) is unknown color: approx Viola. HEX triplet: B5, 8C and 9E. RGB value is (181,140,158). Sum of RGB (Red+Green+Blue) = 181+140+158=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58C9E is #4A7361. Grayscale: #9A9A9A. Windows color (decimal): -4879202 or 10390709. OLE color: 10390709.

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

Color convert

RGB181140158-
CMYK00.230.130.29
HSL333.66º21.69%62.94%-
HSV(B)333.66º22.65%70.98%-
XYZ34.6131.0536.52-
YUV154.31130.08147.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 140 (55.08% from 255) = 29.23%
BLUE value IS 158 (62.11% from 255) = 32.99%
R=37.79%
G=29.23%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114015800.230.130.29333.6621.6962.94
HexB58C9E017D1D14e163f
Octal26521423602715355162677
Binary10110101100011001001111001011111011110110100111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58C9E; }

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

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

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

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

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

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

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

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