Shades of Viola #B58F9C
Tints of Viola #B58F9C
RGB
CMYK
RGB Variations
Color information
#B58F9C (or 0xB58F9C) is known color: Viola. HEX triplet: B5, 8F and 9C. RGB value is (181,143,156). Sum of RGB (Red+Green+Blue) = 181+143+156=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58F9C is #4A7063. Grayscale: #9B9B9B. Windows color (decimal): -4878436 or 10260405. OLE color: 10260405.
HSL color Cylindrical-coordinate representation of color #B58F9C: hue angle of 339.47º 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 #B58F9C is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 143 | 156 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.29 |
| HSL | 339.47º | 0.2% | 0.64% | - |
| HSV(B) | 339.47º | 0.21% | 0.71% | - |
| XYZ | 34.88 | 31.87 | 35.77 | - |
| YUV | 155.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 156 | 0 | 0.21 | 0.14 | 0.29 | 339.47 | 0.2 | 0.64 |
| Hex | B5 | 8F | 9C | 0 | 15 | E | 1D | 153 | 14 | 40 |
| Octal | 265 | 217 | 234 | 0 | 25 | 16 | 35 | 523 | 24 | 100 |
| Binary | 10110101 | 10001111 | 10011100 | 0 | 10101 | 1110 | 11101 | 101010011 | 10100 | 1000000 |
Color Harmonies of #B58F9C
Complementary color
Monochromatic Colors of #B58F9C
Black with #B58F9C
Text Example
Text Example
White with #B58F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58F9C; }
p { color: rgb(181,143,156); }
H1.HeaderClassName
{
color: #B58F9C;
}
.AnyTagClassName
{
color: #B58F9C;
}
</style>
background-color css
<style>
a { background-color: #B58F9C; }
a { background-color: rgb(181,143,156); }
div.DivClassName
{
background-color: #B58F9C;
}
.BgClassName
{
background-color: #B58F9C;
}
</style>
border-color css
<style>
span { border-color: #B58F9C; }
span { border-color: rgb(181,143,156); }
td.TdClassName
{
border-color: #B58F9C;
}
.TagClassName
{
border-color: #B58F9C;
}
</style>