Shades of Medium Violet Red #B80078
Tints of Medium Violet Red #B80078
RGB
CMYK
RGB Variations
Color information
#B80078 (or 0xB80078) is known color: Medium Violet Red. HEX triplet: B8, 00 and 78. RGB value is (184,0,120). Sum of RGB (Red+Green+Blue) = 184+0+120=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B80078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80078 is #47FF87. Grayscale: #444444. Windows color (decimal): -4718472 or 7864504. OLE color: 7864504.
HSL color Cylindrical-coordinate representation of color #B80078: hue angle of 320.87º 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 #B80078 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.35 | 0.28 |
| HSL | 320.87º | 1% | 0.36% | - |
| HSV(B) | 320.87º | 1% | 0.72% | - |
| XYZ | 23.16 | 11.55 | 18.78 | - |
| YUV | 68.7 | 156.96 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 120 | 0 | 1 | 0.35 | 0.28 | 320.87 | 1 | 0.36 |
| Hex | B8 | 0 | 78 | 0 | 64 | 23 | 1C | 141 | 64 | 24 |
| Octal | 270 | 0 | 170 | 0 | 144 | 43 | 34 | 501 | 144 | 44 |
| Binary | 10111000 | 0 | 1111000 | 0 | 1100100 | 100011 | 11100 | 101000001 | 1100100 | 100100 |
Color Harmonies of #B80078
Complementary color
Monochromatic Colors of #B80078
Black with #B80078
Text Example
Text Example
White with #B80078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80078; }
p { color: rgb(184,0,120); }
H1.HeaderClassName
{
color: #B80078;
}
.AnyTagClassName
{
color: #B80078;
}
</style>
background-color css
<style>
a { background-color: #B80078; }
a { background-color: rgb(184,0,120); }
div.DivClassName
{
background-color: #B80078;
}
.BgClassName
{
background-color: #B80078;
}
</style>
border-color css
<style>
span { border-color: #B80078; }
span { border-color: rgb(184,0,120); }
td.TdClassName
{
border-color: #B80078;
}
.TagClassName
{
border-color: #B80078;
}
</style>