Shades of Medium Violet Red #B80E80
Tints of Medium Violet Red #B80E80
RGB
CMYK
RGB Variations
Color information
#B80E80 (or 0xB80E80) is known color: Medium Violet Red. HEX triplet: B8, 0E and 80. RGB value is (184,14,128). Sum of RGB (Red+Green+Blue) = 184+14+128=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80E80 is #47F17F. Grayscale: #4D4D4D. Windows color (decimal): -4714880 or 8392376. OLE color: 8392376.
HSL color Cylindrical-coordinate representation of color #B80E80: hue angle of 319.76º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80E80 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 14 | 128 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.28 |
| HSL | 319.76º | 0.86% | 0.39% | - |
| HSV(B) | 319.76º | 0.92% | 0.72% | - |
| XYZ | 23.82 | 12.06 | 21.49 | - |
| YUV | 77.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 128 | 0 | 0.92 | 0.30 | 0.28 | 319.76 | 0.86 | 0.39 |
| Hex | B8 | E | 80 | 0 | 5C | 1E | 1C | 140 | 56 | 27 |
| Octal | 270 | 16 | 200 | 0 | 134 | 36 | 34 | 500 | 126 | 47 |
| Binary | 10111000 | 1110 | 10000000 | 0 | 1011100 | 11110 | 11100 | 101000000 | 1010110 | 100111 |
Color Harmonies of #B80E80
Complementary color
Monochromatic Colors of #B80E80
Black with #B80E80
Text Example
Text Example
White with #B80E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80E80; }
p { color: rgb(184,14,128); }
H1.HeaderClassName
{
color: #B80E80;
}
.AnyTagClassName
{
color: #B80E80;
}
</style>
background-color css
<style>
a { background-color: #B80E80; }
a { background-color: rgb(184,14,128); }
div.DivClassName
{
background-color: #B80E80;
}
.BgClassName
{
background-color: #B80E80;
}
</style>
border-color css
<style>
span { border-color: #B80E80; }
span { border-color: rgb(184,14,128); }
td.TdClassName
{
border-color: #B80E80;
}
.TagClassName
{
border-color: #B80E80;
}
</style>