Shades of Medium Violet Red #B80786
Tints of Medium Violet Red #B80786
RGB
CMYK
RGB Variations
Color information
#B80786 (or 0xB80786) is known color: Medium Violet Red. HEX triplet: B8, 07 and 86. RGB value is (184,7,134). Sum of RGB (Red+Green+Blue) = 184+7+134=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B80786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80786 is #47F879. Grayscale: #4A4A4A. Windows color (decimal): -4716666 or 8783800. OLE color: 8783800.
HSL color Cylindrical-coordinate representation of color #B80786: hue angle of 316.95º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80786 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 134 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.28 |
| HSL | 316.95º | 0.93% | 0.37% | - |
| HSV(B) | 316.95º | 0.96% | 0.72% | - |
| XYZ | 24.15 | 12.06 | 23.61 | - |
| YUV | 74.4 | 161.64 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 134 | 0 | 0.96 | 0.27 | 0.28 | 316.95 | 0.93 | 0.37 |
| Hex | B8 | 7 | 86 | 0 | 60 | 1B | 1C | 13D | 5D | 25 |
| Octal | 270 | 7 | 206 | 0 | 140 | 33 | 34 | 475 | 135 | 45 |
| Binary | 10111000 | 111 | 10000110 | 0 | 1100000 | 11011 | 11100 | 100111101 | 1011101 | 100101 |
Color Harmonies of #B80786
Complementary color
Monochromatic Colors of #B80786
Black with #B80786
Text Example
Text Example
White with #B80786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80786; }
p { color: rgb(184,7,134); }
H1.HeaderClassName
{
color: #B80786;
}
.AnyTagClassName
{
color: #B80786;
}
</style>
background-color css
<style>
a { background-color: #B80786; }
a { background-color: rgb(184,7,134); }
div.DivClassName
{
background-color: #B80786;
}
.BgClassName
{
background-color: #B80786;
}
</style>
border-color css
<style>
span { border-color: #B80786; }
span { border-color: rgb(184,7,134); }
td.TdClassName
{
border-color: #B80786;
}
.TagClassName
{
border-color: #B80786;
}
</style>