Shades of Medium Violet Red #B80E8D
Tints of Medium Violet Red #B80E8D
RGB
CMYK
RGB Variations
Color information
#B80E8D (or 0xB80E8D) is known color: Medium Violet Red. HEX triplet: B8, 0E and 8D. RGB value is (184,14,141). Sum of RGB (Red+Green+Blue) = 184+14+141=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80E8D is #47F172. Grayscale: #4E4E4E. Windows color (decimal): -4714867 or 9244344. OLE color: 9244344.
HSL color Cylindrical-coordinate representation of color #B80E8D: hue angle of 315.18º 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 #B80E8D is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 14 | 141 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.28 |
| HSL | 315.18º | 0.86% | 0.39% | - |
| HSV(B) | 315.18º | 0.92% | 0.72% | - |
| XYZ | 24.73 | 12.43 | 26.29 | - |
| YUV | 79.31 | 162.82 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 141 | 0 | 0.92 | 0.23 | 0.28 | 315.18 | 0.86 | 0.39 |
| Hex | B8 | E | 8D | 0 | 5C | 17 | 1C | 13B | 56 | 27 |
| Octal | 270 | 16 | 215 | 0 | 134 | 27 | 34 | 473 | 126 | 47 |
| Binary | 10111000 | 1110 | 10001101 | 0 | 1011100 | 10111 | 11100 | 100111011 | 1010110 | 100111 |
Color Harmonies of #B80E8D
Complementary color
Monochromatic Colors of #B80E8D
Black with #B80E8D
Text Example
Text Example
White with #B80E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80E8D; }
p { color: rgb(184,14,141); }
H1.HeaderClassName
{
color: #B80E8D;
}
.AnyTagClassName
{
color: #B80E8D;
}
</style>
background-color css
<style>
a { background-color: #B80E8D; }
a { background-color: rgb(184,14,141); }
div.DivClassName
{
background-color: #B80E8D;
}
.BgClassName
{
background-color: #B80E8D;
}
</style>
border-color css
<style>
span { border-color: #B80E8D; }
span { border-color: rgb(184,14,141); }
td.TdClassName
{
border-color: #B80E8D;
}
.TagClassName
{
border-color: #B80E8D;
}
</style>