Shades of Medium Violet Red #B80077
Tints of Medium Violet Red #B80077
RGB
CMYK
RGB Variations
Color information
#B80077 (or 0xB80077) is known color: Medium Violet Red. HEX triplet: B8, 00 and 77. RGB value is (184,0,119). Sum of RGB (Red+Green+Blue) = 184+0+119=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B80077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80077 is #47FF88. Grayscale: #444444. Windows color (decimal): -4718473 or 7798968. OLE color: 7798968.
HSL color Cylindrical-coordinate representation of color #B80077: hue angle of 321.2º 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 #B80077 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.35 | 0.28 |
| HSL | 321.2º | 1% | 0.36% | - |
| HSV(B) | 321.2º | 1% | 0.72% | - |
| XYZ | 23.1 | 11.52 | 18.46 | - |
| YUV | 68.58 | 156.46 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 119 | 0 | 1 | 0.35 | 0.28 | 321.2 | 1 | 0.36 |
| Hex | B8 | 0 | 77 | 0 | 64 | 23 | 1C | 141 | 64 | 24 |
| Octal | 270 | 0 | 167 | 0 | 144 | 43 | 34 | 501 | 144 | 44 |
| Binary | 10111000 | 0 | 1110111 | 0 | 1100100 | 100011 | 11100 | 101000001 | 1100100 | 100100 |
Color Harmonies of #B80077
Complementary color
Monochromatic Colors of #B80077
Black with #B80077
Text Example
Text Example
White with #B80077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80077; }
p { color: rgb(184,0,119); }
H1.HeaderClassName
{
color: #B80077;
}
.AnyTagClassName
{
color: #B80077;
}
</style>
background-color css
<style>
a { background-color: #B80077; }
a { background-color: rgb(184,0,119); }
div.DivClassName
{
background-color: #B80077;
}
.BgClassName
{
background-color: #B80077;
}
</style>
border-color css
<style>
span { border-color: #B80077; }
span { border-color: rgb(184,0,119); }
td.TdClassName
{
border-color: #B80077;
}
.TagClassName
{
border-color: #B80077;
}
</style>