#B58C93

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

Shades of Viola #B58C93

Tints of Viola #B58C93

Color information

#B58C93 (or 0xB58C93) is unknown color: approx Viola. HEX triplet: B5, 8C and 93. RGB value is (181,140,147). Sum of RGB (Red+Green+Blue) = 181+140+147=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58C93 is #4A736C. Grayscale: #999999. Windows color (decimal): -4879213 or 9669813. OLE color: 9669813.

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

Color convert

RGB181140147-
CMYK00.230.190.29
HSL349.76º21.69%62.94%-
HSV(B)349.76º22.65%70.98%-
XYZ33.730.6931.75-
YUV153.06124.58147.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 140 (55.08% from 255) = 29.91%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=38.68%
G=29.91%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114014700.230.190.29349.7621.6962.94
HexB58C93017131D15e163f
Octal26521422302723355362677
Binary101101011000110010010011010111100111110110101111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58C93; }

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

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

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

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

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

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

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

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