Shades of Medium Violet Red #B80079
Tints of Medium Violet Red #B80079
RGB
CMYK
RGB Variations
Color information
#B80079 (or 0xB80079) is known color: Medium Violet Red. HEX triplet: B8, 00 and 79. RGB value is (184,0,121). Sum of RGB (Red+Green+Blue) = 184+0+121=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B80079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80079 is #47FF86. Grayscale: #444444. Windows color (decimal): -4718471 or 7930040. OLE color: 7930040.
HSL color Cylindrical-coordinate representation of color #B80079: hue angle of 320.54º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80079 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.34 | 0.28 |
| HSL | 320.54º | 1% | 0.36% | - |
| HSV(B) | 320.54º | 1% | 0.72% | - |
| XYZ | 23.22 | 11.57 | 19.1 | - |
| YUV | 68.81 | 157.46 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 121 | 0 | 1 | 0.34 | 0.28 | 320.54 | 1 | 0.36 |
| Hex | B8 | 0 | 79 | 0 | 64 | 22 | 1C | 141 | 64 | 24 |
| Octal | 270 | 0 | 171 | 0 | 144 | 42 | 34 | 501 | 144 | 44 |
| Binary | 10111000 | 0 | 1111001 | 0 | 1100100 | 100010 | 11100 | 101000001 | 1100100 | 100100 |
Color Harmonies of #B80079
Complementary color
Monochromatic Colors of #B80079
Black with #B80079
Text Example
Text Example
White with #B80079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80079; }
p { color: rgb(184,0,121); }
H1.HeaderClassName
{
color: #B80079;
}
.AnyTagClassName
{
color: #B80079;
}
</style>
background-color css
<style>
a { background-color: #B80079; }
a { background-color: rgb(184,0,121); }
div.DivClassName
{
background-color: #B80079;
}
.BgClassName
{
background-color: #B80079;
}
</style>
border-color css
<style>
span { border-color: #B80079; }
span { border-color: rgb(184,0,121); }
td.TdClassName
{
border-color: #B80079;
}
.TagClassName
{
border-color: #B80079;
}
</style>