#B58B93

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

Shades of Viola #B58B93

Tints of Viola #B58B93

Color information

#B58B93 (or 0xB58B93) is unknown color: approx Viola. HEX triplet: B5, 8B and 93. RGB value is (181,139,147). Sum of RGB (Red+Green+Blue) = 181+139+147=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58B93 is #4A746C. Grayscale: #989898. Windows color (decimal): -4879469 or 9669557. OLE color: 9669557.

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

Color convert

RGB181139147-
CMYK00.230.190.29
HSL348.57º22.11%62.75%-
HSV(B)348.57º23.2%70.98%-
XYZ33.5630.431.7-
YUV152.47124.91148.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 139 (54.69% from 255) = 29.76%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=38.76%
G=29.76%
B=31.48%

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
Decimal18113914700.230.190.29348.5722.1162.75
HexB58B93017131D15d163f
Octal26521322302723355352677
Binary101101011000101110010011010111100111110110101110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B93; }

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

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

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

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

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

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

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

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