Shades of Medium Violet Red #B80076
Tints of Medium Violet Red #B80076
RGB
CMYK
RGB Variations
Color information
#B80076 (or 0xB80076) is known color: Medium Violet Red. HEX triplet: B8, 00 and 76. RGB value is (184,0,118). Sum of RGB (Red+Green+Blue) = 184+0+118=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B80076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80076 is #47FF89. Grayscale: #444444. Windows color (decimal): -4718474 or 7733432. OLE color: 7733432.
HSL color Cylindrical-coordinate representation of color #B80076: hue angle of 321.52º 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 #B80076 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.36 | 0.28 |
| HSL | 321.52º | 1% | 0.36% | - |
| HSV(B) | 321.52º | 1% | 0.72% | - |
| XYZ | 23.04 | 11.5 | 18.14 | - |
| YUV | 68.47 | 155.96 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 118 | 0 | 1 | 0.36 | 0.28 | 321.52 | 1 | 0.36 |
| Hex | B8 | 0 | 76 | 0 | 64 | 24 | 1C | 142 | 64 | 24 |
| Octal | 270 | 0 | 166 | 0 | 144 | 44 | 34 | 502 | 144 | 44 |
| Binary | 10111000 | 0 | 1110110 | 0 | 1100100 | 100100 | 11100 | 101000010 | 1100100 | 100100 |
Color Harmonies of #B80076
Complementary color
Monochromatic Colors of #B80076
Black with #B80076
Text Example
Text Example
White with #B80076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80076; }
p { color: rgb(184,0,118); }
H1.HeaderClassName
{
color: #B80076;
}
.AnyTagClassName
{
color: #B80076;
}
</style>
background-color css
<style>
a { background-color: #B80076; }
a { background-color: rgb(184,0,118); }
div.DivClassName
{
background-color: #B80076;
}
.BgClassName
{
background-color: #B80076;
}
</style>
border-color css
<style>
span { border-color: #B80076; }
span { border-color: rgb(184,0,118); }
td.TdClassName
{
border-color: #B80076;
}
.TagClassName
{
border-color: #B80076;
}
</style>