Shades of Viola #B5858F
Tints of Viola #B5858F
RGB
CMYK
RGB Variations
Color information
#B5858F (or 0xB5858F) is known color: Viola. HEX triplet: B5, 85 and 8F. RGB value is (181,133,143). Sum of RGB (Red+Green+Blue) = 181+133+143=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B5858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5858F is #4A7A70. Grayscale: #949494. Windows color (decimal): -4881009 or 9405877. OLE color: 9405877.
HSL color Cylindrical-coordinate representation of color #B5858F: hue angle of 347.5º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5858F is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 133 | 143 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.29 |
| HSL | 347.5º | 0.24% | 0.62% | - |
| HSV(B) | 347.5º | 0.27% | 0.71% | - |
| XYZ | 32.4 | 28.58 | 29.8 | - |
| YUV | 148.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 143 | 0 | 0.27 | 0.21 | 0.29 | 347.5 | 0.24 | 0.62 |
| Hex | B5 | 85 | 8F | 0 | 1B | 15 | 1D | 15C | 18 | 3E |
| Octal | 265 | 205 | 217 | 0 | 33 | 25 | 35 | 534 | 30 | 76 |
| Binary | 10110101 | 10000101 | 10001111 | 0 | 11011 | 10101 | 11101 | 101011100 | 11000 | 111110 |
Color Harmonies of #B5858F
Complementary color
Monochromatic Colors of #B5858F
Black with #B5858F
Text Example
Text Example
White with #B5858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5858F; }
p { color: rgb(181,133,143); }
H1.HeaderClassName
{
color: #B5858F;
}
.AnyTagClassName
{
color: #B5858F;
}
</style>
background-color css
<style>
a { background-color: #B5858F; }
a { background-color: rgb(181,133,143); }
div.DivClassName
{
background-color: #B5858F;
}
.BgClassName
{
background-color: #B5858F;
}
</style>
border-color css
<style>
span { border-color: #B5858F; }
span { border-color: rgb(181,133,143); }
td.TdClassName
{
border-color: #B5858F;
}
.TagClassName
{
border-color: #B5858F;
}
</style>