Shades of Medium Violet Red #B70084
Tints of Medium Violet Red #B70084
RGB
CMYK
RGB Variations
Color information
#B70084 (or 0xB70084) is known color: Medium Violet Red. HEX triplet: B7, 00 and 84. RGB value is (183,0,132). Sum of RGB (Red+Green+Blue) = 183+0+132=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B70084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70084 is #48FF7B. Grayscale: #454545. Windows color (decimal): -4783996 or 8650935. OLE color: 8650935.
HSL color Cylindrical-coordinate representation of color #B70084: hue angle of 316.72º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70084 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.28 | 0.28 |
| HSL | 316.72º | 1% | 0.36% | - |
| HSV(B) | 316.72º | 1% | 0.72% | - |
| XYZ | 23.69 | 11.73 | 22.85 | - |
| YUV | 69.77 | 163.13 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 132 | 0 | 1 | 0.28 | 0.28 | 316.72 | 1 | 0.36 |
| Hex | B7 | 0 | 84 | 0 | 64 | 1C | 1C | 13D | 64 | 24 |
| Octal | 267 | 0 | 204 | 0 | 144 | 34 | 34 | 475 | 144 | 44 |
| Binary | 10110111 | 0 | 10000100 | 0 | 1100100 | 11100 | 11100 | 100111101 | 1100100 | 100100 |
Color Harmonies of #B70084
Complementary color
Monochromatic Colors of #B70084
Black with #B70084
Text Example
Text Example
White with #B70084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70084; }
p { color: rgb(183,0,132); }
H1.HeaderClassName
{
color: #B70084;
}
.AnyTagClassName
{
color: #B70084;
}
</style>
background-color css
<style>
a { background-color: #B70084; }
a { background-color: rgb(183,0,132); }
div.DivClassName
{
background-color: #B70084;
}
.BgClassName
{
background-color: #B70084;
}
</style>
border-color css
<style>
span { border-color: #B70084; }
span { border-color: rgb(183,0,132); }
td.TdClassName
{
border-color: #B70084;
}
.TagClassName
{
border-color: #B70084;
}
</style>