#B58495

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

Shades of Viola #B58495

Tints of Viola #B58495

Color information

#B58495 (or 0xB58495) is unknown color: approx Viola. HEX triplet: B5, 84 and 95. RGB value is (181,132,149). Sum of RGB (Red+Green+Blue) = 181+132+149=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B58495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58495 is #4A7B6A. Grayscale: #949494. Windows color (decimal): -4881259 or 9798837. OLE color: 9798837.

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

Color convert

RGB181132149-
CMYK00.270.180.29
HSL339.18º24.87%61.37%-
HSV(B)339.18º27.07%70.98%-
XYZ32.7328.532.21-
YUV148.59128.23151.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 149 (58.59% from 255) = 32.25%
R=39.18%
G=28.57%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113214900.270.180.29339.1824.8761.37
HexB5849501B121D153193d
Octal26520422503322355233175
Binary101101011000010010010101011011100101110110101001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58495; }

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

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

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

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

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

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

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

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