Shades of Medium Violet Red #B80080
Tints of Medium Violet Red #B80080
RGB
CMYK
RGB Variations
Color information
#B80080 (or 0xB80080) is known color: Medium Violet Red. HEX triplet: B8, 00 and 80. RGB value is (184,0,128). Sum of RGB (Red+Green+Blue) = 184+0+128=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B80080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80080 is #47FF7F. Grayscale: #454545. Windows color (decimal): -4718464 or 8388792. OLE color: 8388792.
HSL color Cylindrical-coordinate representation of color #B80080: hue angle of 318.26º 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 #B80080 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.30 | 0.28 |
| HSL | 318.26º | 1% | 0.36% | - |
| HSV(B) | 318.26º | 1% | 0.72% | - |
| XYZ | 23.66 | 11.75 | 21.44 | - |
| YUV | 69.61 | 160.96 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 128 | 0 | 1 | 0.30 | 0.28 | 318.26 | 1 | 0.36 |
| Hex | B8 | 0 | 80 | 0 | 64 | 1E | 1C | 13E | 64 | 24 |
| Octal | 270 | 0 | 200 | 0 | 144 | 36 | 34 | 476 | 144 | 44 |
| Binary | 10111000 | 0 | 10000000 | 0 | 1100100 | 11110 | 11100 | 100111110 | 1100100 | 100100 |
Color Harmonies of #B80080
Complementary color
Monochromatic Colors of #B80080
Black with #B80080
Text Example
Text Example
White with #B80080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80080; }
p { color: rgb(184,0,128); }
H1.HeaderClassName
{
color: #B80080;
}
.AnyTagClassName
{
color: #B80080;
}
</style>
background-color css
<style>
a { background-color: #B80080; }
a { background-color: rgb(184,0,128); }
div.DivClassName
{
background-color: #B80080;
}
.BgClassName
{
background-color: #B80080;
}
</style>
border-color css
<style>
span { border-color: #B80080; }
span { border-color: rgb(184,0,128); }
td.TdClassName
{
border-color: #B80080;
}
.TagClassName
{
border-color: #B80080;
}
</style>