Shades of Viola #B58A99
Tints of Viola #B58A99
RGB
CMYK
RGB Variations
Color information
#B58A99 (or 0xB58A99) is known color: Viola. HEX triplet: B5, 8A and 99. RGB value is (181,138,153). Sum of RGB (Red+Green+Blue) = 181+138+153=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58A99 is #4A7566. Grayscale: #989898. Windows color (decimal): -4879719 or 10062517. OLE color: 10062517.
HSL color Cylindrical-coordinate representation of color #B58A99: hue angle of 339.07º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B58A99 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 153 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.29 |
| HSL | 339.07º | 0.23% | 0.63% | - |
| HSV(B) | 339.07º | 0.24% | 0.71% | - |
| XYZ | 33.89 | 30.3 | 34.2 | - |
| YUV | 152.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 153 | 0 | 0.24 | 0.15 | 0.29 | 339.07 | 0.23 | 0.63 |
| Hex | B5 | 8A | 99 | 0 | 18 | F | 1D | 153 | 17 | 3F |
| Octal | 265 | 212 | 231 | 0 | 30 | 17 | 35 | 523 | 27 | 77 |
| Binary | 10110101 | 10001010 | 10011001 | 0 | 11000 | 1111 | 11101 | 101010011 | 10111 | 111111 |
Color Harmonies of #B58A99
Complementary color
Monochromatic Colors of #B58A99
Black with #B58A99
Text Example
Text Example
White with #B58A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A99; }
p { color: rgb(181,138,153); }
H1.HeaderClassName
{
color: #B58A99;
}
.AnyTagClassName
{
color: #B58A99;
}
</style>
background-color css
<style>
a { background-color: #B58A99; }
a { background-color: rgb(181,138,153); }
div.DivClassName
{
background-color: #B58A99;
}
.BgClassName
{
background-color: #B58A99;
}
</style>
border-color css
<style>
span { border-color: #B58A99; }
span { border-color: rgb(181,138,153); }
td.TdClassName
{
border-color: #B58A99;
}
.TagClassName
{
border-color: #B58A99;
}
</style>