Shades of Medium Violet Red #B80586
Tints of Medium Violet Red #B80586
RGB
CMYK
RGB Variations
Color information
#B80586 (or 0xB80586) is known color: Medium Violet Red. HEX triplet: B8, 05 and 86. RGB value is (184,5,134). Sum of RGB (Red+Green+Blue) = 184+5+134=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B80586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80586 is #47FA79. Grayscale: #484848. Windows color (decimal): -4717178 or 8783288. OLE color: 8783288.
HSL color Cylindrical-coordinate representation of color #B80586: hue angle of 316.76º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80586 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 134 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.28 |
| HSL | 316.76º | 0.95% | 0.37% | - |
| HSV(B) | 316.76º | 0.97% | 0.72% | - |
| XYZ | 24.12 | 12.02 | 23.6 | - |
| YUV | 73.23 | 162.3 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 134 | 0 | 0.97 | 0.27 | 0.28 | 316.76 | 0.95 | 0.37 |
| Hex | B8 | 5 | 86 | 0 | 61 | 1B | 1C | 13D | 5F | 25 |
| Octal | 270 | 5 | 206 | 0 | 141 | 33 | 34 | 475 | 137 | 45 |
| Binary | 10111000 | 101 | 10000110 | 0 | 1100001 | 11011 | 11100 | 100111101 | 1011111 | 100101 |
Color Harmonies of #B80586
Complementary color
Monochromatic Colors of #B80586
Black with #B80586
Text Example
Text Example
White with #B80586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80586; }
p { color: rgb(184,5,134); }
H1.HeaderClassName
{
color: #B80586;
}
.AnyTagClassName
{
color: #B80586;
}
</style>
background-color css
<style>
a { background-color: #B80586; }
a { background-color: rgb(184,5,134); }
div.DivClassName
{
background-color: #B80586;
}
.BgClassName
{
background-color: #B80586;
}
</style>
border-color css
<style>
span { border-color: #B80586; }
span { border-color: rgb(184,5,134); }
td.TdClassName
{
border-color: #B80586;
}
.TagClassName
{
border-color: #B80586;
}
</style>