Shades of Medium Violet Red #B60E84
Tints of Medium Violet Red #B60E84
RGB
CMYK
RGB Variations
Color information
#B60E84 (or 0xB60E84) is known color: Medium Violet Red. HEX triplet: B6, 0E and 84. RGB value is (182,14,132). Sum of RGB (Red+Green+Blue) = 182+14+132=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B60E84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60E84 is #49F17B. Grayscale: #4D4D4D. Windows color (decimal): -4845948 or 8654518. OLE color: 8654518.
HSL color Cylindrical-coordinate representation of color #B60E84: hue angle of 317.86º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60E84 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 14 | 132 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.29 |
| HSL | 317.86º | 0.86% | 0.38% | - |
| HSV(B) | 317.86º | 0.92% | 0.71% | - |
| XYZ | 23.61 | 11.93 | 22.89 | - |
| YUV | 77.68 | 158.66 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 132 | 0 | 0.92 | 0.27 | 0.29 | 317.86 | 0.86 | 0.38 |
| Hex | B6 | E | 84 | 0 | 5C | 1B | 1D | 13E | 56 | 26 |
| Octal | 266 | 16 | 204 | 0 | 134 | 33 | 35 | 476 | 126 | 46 |
| Binary | 10110110 | 1110 | 10000100 | 0 | 1011100 | 11011 | 11101 | 100111110 | 1010110 | 100110 |
Color Harmonies of #B60E84
Complementary color
Monochromatic Colors of #B60E84
Black with #B60E84
Text Example
Text Example
White with #B60E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60E84; }
p { color: rgb(182,14,132); }
H1.HeaderClassName
{
color: #B60E84;
}
.AnyTagClassName
{
color: #B60E84;
}
</style>
background-color css
<style>
a { background-color: #B60E84; }
a { background-color: rgb(182,14,132); }
div.DivClassName
{
background-color: #B60E84;
}
.BgClassName
{
background-color: #B60E84;
}
</style>
border-color css
<style>
span { border-color: #B60E84; }
span { border-color: rgb(182,14,132); }
td.TdClassName
{
border-color: #B60E84;
}
.TagClassName
{
border-color: #B60E84;
}
</style>