Shades of Medium Violet Red #B70E84
Tints of Medium Violet Red #B70E84
RGB
CMYK
RGB Variations
Color information
#B70E84 (or 0xB70E84) is known color: Medium Violet Red. HEX triplet: B7, 0E and 84. RGB value is (183,14,132). Sum of RGB (Red+Green+Blue) = 183+14+132=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70E84 is #48F17B. Grayscale: #4D4D4D. Windows color (decimal): -4780412 or 8654519. OLE color: 8654519.
HSL color Cylindrical-coordinate representation of color #B70E84: hue angle of 318.11º 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 #B70E84 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 14 | 132 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.28 |
| HSL | 318.11º | 0.86% | 0.39% | - |
| HSV(B) | 318.11º | 0.92% | 0.72% | - |
| XYZ | 23.85 | 12.05 | 22.9 | - |
| YUV | 77.98 | 158.49 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 14 | 132 | 0 | 0.92 | 0.28 | 0.28 | 318.11 | 0.86 | 0.39 |
| Hex | B7 | E | 84 | 0 | 5C | 1C | 1C | 13E | 56 | 27 |
| Octal | 267 | 16 | 204 | 0 | 134 | 34 | 34 | 476 | 126 | 47 |
| Binary | 10110111 | 1110 | 10000100 | 0 | 1011100 | 11100 | 11100 | 100111110 | 1010110 | 100111 |
Color Harmonies of #B70E84
Complementary color
Monochromatic Colors of #B70E84
Black with #B70E84
Text Example
Text Example
White with #B70E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70E84; }
p { color: rgb(183,14,132); }
H1.HeaderClassName
{
color: #B70E84;
}
.AnyTagClassName
{
color: #B70E84;
}
</style>
background-color css
<style>
a { background-color: #B70E84; }
a { background-color: rgb(183,14,132); }
div.DivClassName
{
background-color: #B70E84;
}
.BgClassName
{
background-color: #B70E84;
}
</style>
border-color css
<style>
span { border-color: #B70E84; }
span { border-color: rgb(183,14,132); }
td.TdClassName
{
border-color: #B70E84;
}
.TagClassName
{
border-color: #B70E84;
}
</style>