Shades of Viola #B58F92
Tints of Viola #B58F92
RGB
CMYK
RGB Variations
Color information
#B58F92 (or 0xB58F92) is known color: Viola. HEX triplet: B5, 8F and 92. RGB value is (181,143,146). Sum of RGB (Red+Green+Blue) = 181+143+146=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58F92 is #4A706D. Grayscale: #9A9A9A. Windows color (decimal): -4878446 or 9605045. OLE color: 9605045.
HSL color Cylindrical-coordinate representation of color #B58F92: hue angle of 355.26º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B58F92 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 143 | 146 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.29 |
| HSL | 355.26º | 0.2% | 0.64% | - |
| HSV(B) | 355.26º | 0.21% | 0.71% | - |
| XYZ | 34.07 | 31.54 | 31.49 | - |
| YUV | 154.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 146 | 0 | 0.21 | 0.19 | 0.29 | 355.26 | 0.2 | 0.64 |
| Hex | B5 | 8F | 92 | 0 | 15 | 13 | 1D | 163 | 14 | 40 |
| Octal | 265 | 217 | 222 | 0 | 25 | 23 | 35 | 543 | 24 | 100 |
| Binary | 10110101 | 10001111 | 10010010 | 0 | 10101 | 10011 | 11101 | 101100011 | 10100 | 1000000 |
Color Harmonies of #B58F92
Complementary color
Monochromatic Colors of #B58F92
Black with #B58F92
Text Example
Text Example
White with #B58F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58F92; }
p { color: rgb(181,143,146); }
H1.HeaderClassName
{
color: #B58F92;
}
.AnyTagClassName
{
color: #B58F92;
}
</style>
background-color css
<style>
a { background-color: #B58F92; }
a { background-color: rgb(181,143,146); }
div.DivClassName
{
background-color: #B58F92;
}
.BgClassName
{
background-color: #B58F92;
}
</style>
border-color css
<style>
span { border-color: #B58F92; }
span { border-color: rgb(181,143,146); }
td.TdClassName
{
border-color: #B58F92;
}
.TagClassName
{
border-color: #B58F92;
}
</style>