Shades of Medium Violet Red #B80686
Tints of Medium Violet Red #B80686
RGB
CMYK
RGB Variations
Color information
#B80686 (or 0xB80686) is known color: Medium Violet Red. HEX triplet: B8, 06 and 86. RGB value is (184,6,134). Sum of RGB (Red+Green+Blue) = 184+6+134=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B80686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80686 is #47F979. Grayscale: #494949. Windows color (decimal): -4716922 or 8783544. OLE color: 8783544.
HSL color Cylindrical-coordinate representation of color #B80686: hue angle of 316.85º degrees, saturation: 0.94, 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 #B80686 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 134 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.28 |
| HSL | 316.85º | 0.94% | 0.37% | - |
| HSV(B) | 316.85º | 0.97% | 0.72% | - |
| XYZ | 24.14 | 12.04 | 23.61 | - |
| YUV | 73.81 | 161.97 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 134 | 0 | 0.97 | 0.27 | 0.28 | 316.85 | 0.94 | 0.37 |
| Hex | B8 | 6 | 86 | 0 | 61 | 1B | 1C | 13D | 5E | 25 |
| Octal | 270 | 6 | 206 | 0 | 141 | 33 | 34 | 475 | 136 | 45 |
| Binary | 10111000 | 110 | 10000110 | 0 | 1100001 | 11011 | 11100 | 100111101 | 1011110 | 100101 |
Color Harmonies of #B80686
Complementary color
Monochromatic Colors of #B80686
Black with #B80686
Text Example
Text Example
White with #B80686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80686; }
p { color: rgb(184,6,134); }
H1.HeaderClassName
{
color: #B80686;
}
.AnyTagClassName
{
color: #B80686;
}
</style>
background-color css
<style>
a { background-color: #B80686; }
a { background-color: rgb(184,6,134); }
div.DivClassName
{
background-color: #B80686;
}
.BgClassName
{
background-color: #B80686;
}
</style>
border-color css
<style>
span { border-color: #B80686; }
span { border-color: rgb(184,6,134); }
td.TdClassName
{
border-color: #B80686;
}
.TagClassName
{
border-color: #B80686;
}
</style>