Shades of Medium Violet Red #B80C8F
Tints of Medium Violet Red #B80C8F
RGB
CMYK
RGB Variations
Color information
#B80C8F (or 0xB80C8F) is known color: Medium Violet Red. HEX triplet: B8, 0C and 8F. RGB value is (184,12,143). Sum of RGB (Red+Green+Blue) = 184+12+143=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B80C8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80C8F is #47F370. Grayscale: #4E4E4E. Windows color (decimal): -4715377 or 9374904. OLE color: 9374904.
HSL color Cylindrical-coordinate representation of color #B80C8F: hue angle of 314.3º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80C8F is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 12 | 143 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.28 |
| HSL | 314.3º | 0.88% | 0.38% | - |
| HSV(B) | 314.3º | 0.93% | 0.72% | - |
| XYZ | 24.86 | 12.44 | 27.08 | - |
| YUV | 78.36 | 164.48 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 143 | 0 | 0.93 | 0.22 | 0.28 | 314.3 | 0.88 | 0.38 |
| Hex | B8 | C | 8F | 0 | 5D | 16 | 1C | 13A | 58 | 26 |
| Octal | 270 | 14 | 217 | 0 | 135 | 26 | 34 | 472 | 130 | 46 |
| Binary | 10111000 | 1100 | 10001111 | 0 | 1011101 | 10110 | 11100 | 100111010 | 1011000 | 100110 |
Color Harmonies of #B80C8F
Complementary color
Monochromatic Colors of #B80C8F
Black with #B80C8F
Text Example
Text Example
White with #B80C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80C8F; }
p { color: rgb(184,12,143); }
H1.HeaderClassName
{
color: #B80C8F;
}
.AnyTagClassName
{
color: #B80C8F;
}
</style>
background-color css
<style>
a { background-color: #B80C8F; }
a { background-color: rgb(184,12,143); }
div.DivClassName
{
background-color: #B80C8F;
}
.BgClassName
{
background-color: #B80C8F;
}
</style>
border-color css
<style>
span { border-color: #B80C8F; }
span { border-color: rgb(184,12,143); }
td.TdClassName
{
border-color: #B80C8F;
}
.TagClassName
{
border-color: #B80C8F;
}
</style>