Shades of Medium Violet Red #B80074
Tints of Medium Violet Red #B80074
RGB
CMYK
RGB Variations
Color information
#B80074 (or 0xB80074) is known color: Medium Violet Red. HEX triplet: B8, 00 and 74. RGB value is (184,0,116). Sum of RGB (Red+Green+Blue) = 184+0+116=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B80074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80074 is #47FF8B. Grayscale: #434343. Windows color (decimal): -4718476 or 7602360. OLE color: 7602360.
HSL color Cylindrical-coordinate representation of color #B80074: hue angle of 322.17º 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 #B80074 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.37 | 0.28 |
| HSL | 322.17º | 1% | 0.36% | - |
| HSV(B) | 322.17º | 1% | 0.72% | - |
| XYZ | 22.92 | 11.45 | 17.53 | - |
| YUV | 68.24 | 154.96 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 116 | 0 | 1 | 0.37 | 0.28 | 322.17 | 1 | 0.36 |
| Hex | B8 | 0 | 74 | 0 | 64 | 25 | 1C | 142 | 64 | 24 |
| Octal | 270 | 0 | 164 | 0 | 144 | 45 | 34 | 502 | 144 | 44 |
| Binary | 10111000 | 0 | 1110100 | 0 | 1100100 | 100101 | 11100 | 101000010 | 1100100 | 100100 |
Color Harmonies of #B80074
Complementary color
Monochromatic Colors of #B80074
Black with #B80074
Text Example
Text Example
White with #B80074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80074; }
p { color: rgb(184,0,116); }
H1.HeaderClassName
{
color: #B80074;
}
.AnyTagClassName
{
color: #B80074;
}
</style>
background-color css
<style>
a { background-color: #B80074; }
a { background-color: rgb(184,0,116); }
div.DivClassName
{
background-color: #B80074;
}
.BgClassName
{
background-color: #B80074;
}
</style>
border-color css
<style>
span { border-color: #B80074; }
span { border-color: rgb(184,0,116); }
td.TdClassName
{
border-color: #B80074;
}
.TagClassName
{
border-color: #B80074;
}
</style>