Shades of Medium Violet Red #B80799
Tints of Medium Violet Red #B80799
RGB
CMYK
RGB Variations
Color information
#B80799 (or 0xB80799) is known color: Medium Violet Red. HEX triplet: B8, 07 and 99. RGB value is (184,7,153). Sum of RGB (Red+Green+Blue) = 184+7+153=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B80799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80799 is #47F866. Grayscale: #4C4C4C. Windows color (decimal): -4716647 or 10028984. OLE color: 10028984.
HSL color Cylindrical-coordinate representation of color #B80799: hue angle of 310.51º 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 #B80799 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 153 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.28 |
| HSL | 310.51º | 0.93% | 0.37% | - |
| HSV(B) | 310.51º | 0.96% | 0.72% | - |
| XYZ | 25.59 | 12.64 | 31.23 | - |
| YUV | 76.57 | 171.14 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 153 | 0 | 0.96 | 0.17 | 0.28 | 310.51 | 0.93 | 0.37 |
| Hex | B8 | 7 | 99 | 0 | 60 | 11 | 1C | 137 | 5D | 25 |
| Octal | 270 | 7 | 231 | 0 | 140 | 21 | 34 | 467 | 135 | 45 |
| Binary | 10111000 | 111 | 10011001 | 0 | 1100000 | 10001 | 11100 | 100110111 | 1011101 | 100101 |
Color Harmonies of #B80799
Complementary color
Monochromatic Colors of #B80799
Black with #B80799
Text Example
Text Example
White with #B80799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80799; }
p { color: rgb(184,7,153); }
H1.HeaderClassName
{
color: #B80799;
}
.AnyTagClassName
{
color: #B80799;
}
</style>
background-color css
<style>
a { background-color: #B80799; }
a { background-color: rgb(184,7,153); }
div.DivClassName
{
background-color: #B80799;
}
.BgClassName
{
background-color: #B80799;
}
</style>
border-color css
<style>
span { border-color: #B80799; }
span { border-color: rgb(184,7,153); }
td.TdClassName
{
border-color: #B80799;
}
.TagClassName
{
border-color: #B80799;
}
</style>