Shades of Medium Violet Red #B80599
Tints of Medium Violet Red #B80599
RGB
CMYK
RGB Variations
Color information
#B80599 (or 0xB80599) is known color: Medium Violet Red. HEX triplet: B8, 05 and 99. RGB value is (184,5,153). Sum of RGB (Red+Green+Blue) = 184+5+153=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B80599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80599 is #47FA66. Grayscale: #4A4A4A. Windows color (decimal): -4717159 or 10028472. OLE color: 10028472.
HSL color Cylindrical-coordinate representation of color #B80599: hue angle of 310.39º 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 #B80599 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 153 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.28 |
| HSL | 310.39º | 0.95% | 0.37% | - |
| HSV(B) | 310.39º | 0.97% | 0.72% | - |
| XYZ | 25.57 | 12.6 | 31.22 | - |
| YUV | 75.39 | 171.8 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 153 | 0 | 0.97 | 0.17 | 0.28 | 310.39 | 0.95 | 0.37 |
| Hex | B8 | 5 | 99 | 0 | 61 | 11 | 1C | 136 | 5F | 25 |
| Octal | 270 | 5 | 231 | 0 | 141 | 21 | 34 | 466 | 137 | 45 |
| Binary | 10111000 | 101 | 10011001 | 0 | 1100001 | 10001 | 11100 | 100110110 | 1011111 | 100101 |
Color Harmonies of #B80599
Complementary color
Monochromatic Colors of #B80599
Black with #B80599
Text Example
Text Example
White with #B80599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80599; }
p { color: rgb(184,5,153); }
H1.HeaderClassName
{
color: #B80599;
}
.AnyTagClassName
{
color: #B80599;
}
</style>
background-color css
<style>
a { background-color: #B80599; }
a { background-color: rgb(184,5,153); }
div.DivClassName
{
background-color: #B80599;
}
.BgClassName
{
background-color: #B80599;
}
</style>
border-color css
<style>
span { border-color: #B80599; }
span { border-color: rgb(184,5,153); }
td.TdClassName
{
border-color: #B80599;
}
.TagClassName
{
border-color: #B80599;
}
</style>