#B58493

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

Shades of Viola #B58493

Tints of Viola #B58493

Color information

#B58493 (or 0xB58493) is unknown color: approx Viola. HEX triplet: B5, 84 and 93. RGB value is (181,132,147). Sum of RGB (Red+Green+Blue) = 181+132+147=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B58493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58493 is #4A7B6C. Grayscale: #949494. Windows color (decimal): -4881261 or 9667765. OLE color: 9667765.

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

Color convert

RGB181132147-
CMYK00.270.190.29
HSL341.63º24.87%61.37%-
HSV(B)341.63º27.07%70.98%-
XYZ32.5728.4331.38-
YUV148.36127.23151.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.35%
GREEN value IS 132 (51.95% from 255) = 28.70%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=39.35%
G=28.70%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113214700.270.190.29341.6324.8761.37
HexB5849301B131D156193d
Octal26520422303323355263175
Binary101101011000010010010011011011100111110110101011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58493; }

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

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

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

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

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

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

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

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