Shades of Medium Violet Red #B80B86
Tints of Medium Violet Red #B80B86
RGB
CMYK
RGB Variations
Color information
#B80B86 (or 0xB80B86) is known color: Medium Violet Red. HEX triplet: B8, 0B and 86. RGB value is (184,11,134). Sum of RGB (Red+Green+Blue) = 184+11+134=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80B86 is #47F479. Grayscale: #4C4C4C. Windows color (decimal): -4715642 or 8784824. OLE color: 8784824.
HSL color Cylindrical-coordinate representation of color #B80B86: hue angle of 317.34º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B86 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 134 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.28 |
| HSL | 317.34º | 0.89% | 0.38% | - |
| HSV(B) | 317.34º | 0.94% | 0.72% | - |
| XYZ | 24.19 | 12.15 | 23.62 | - |
| YUV | 76.75 | 160.31 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 134 | 0 | 0.94 | 0.27 | 0.28 | 317.34 | 0.89 | 0.38 |
| Hex | B8 | B | 86 | 0 | 5E | 1B | 1C | 13D | 59 | 26 |
| Octal | 270 | 13 | 206 | 0 | 136 | 33 | 34 | 475 | 131 | 46 |
| Binary | 10111000 | 1011 | 10000110 | 0 | 1011110 | 11011 | 11100 | 100111101 | 1011001 | 100110 |
Color Harmonies of #B80B86
Complementary color
Monochromatic Colors of #B80B86
Black with #B80B86
Text Example
Text Example
White with #B80B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B86; }
p { color: rgb(184,11,134); }
H1.HeaderClassName
{
color: #B80B86;
}
.AnyTagClassName
{
color: #B80B86;
}
</style>
background-color css
<style>
a { background-color: #B80B86; }
a { background-color: rgb(184,11,134); }
div.DivClassName
{
background-color: #B80B86;
}
.BgClassName
{
background-color: #B80B86;
}
</style>
border-color css
<style>
span { border-color: #B80B86; }
span { border-color: rgb(184,11,134); }
td.TdClassName
{
border-color: #B80B86;
}
.TagClassName
{
border-color: #B80B86;
}
</style>