Shades of Medium Violet Red #B70984
Tints of Medium Violet Red #B70984
RGB
CMYK
RGB Variations
Color information
#B70984 (or 0xB70984) is known color: Medium Violet Red. HEX triplet: B7, 09 and 84. RGB value is (183,9,132). Sum of RGB (Red+Green+Blue) = 183+9+132=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B70984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70984 is #48F67B. Grayscale: #4A4A4A. Windows color (decimal): -4781692 or 8653239. OLE color: 8653239.
HSL color Cylindrical-coordinate representation of color #B70984: hue angle of 317.59º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70984 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 9 | 132 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.28 |
| HSL | 317.59º | 0.91% | 0.38% | - |
| HSV(B) | 317.59º | 0.95% | 0.72% | - |
| XYZ | 23.79 | 11.93 | 22.88 | - |
| YUV | 75.05 | 160.15 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 9 | 132 | 0 | 0.95 | 0.28 | 0.28 | 317.59 | 0.91 | 0.38 |
| Hex | B7 | 9 | 84 | 0 | 5F | 1C | 1C | 13E | 5B | 26 |
| Octal | 267 | 11 | 204 | 0 | 137 | 34 | 34 | 476 | 133 | 46 |
| Binary | 10110111 | 1001 | 10000100 | 0 | 1011111 | 11100 | 11100 | 100111110 | 1011011 | 100110 |
Color Harmonies of #B70984
Complementary color
Monochromatic Colors of #B70984
Black with #B70984
Text Example
Text Example
White with #B70984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70984; }
p { color: rgb(183,9,132); }
H1.HeaderClassName
{
color: #B70984;
}
.AnyTagClassName
{
color: #B70984;
}
</style>
background-color css
<style>
a { background-color: #B70984; }
a { background-color: rgb(183,9,132); }
div.DivClassName
{
background-color: #B70984;
}
.BgClassName
{
background-color: #B70984;
}
</style>
border-color css
<style>
span { border-color: #B70984; }
span { border-color: rgb(183,9,132); }
td.TdClassName
{
border-color: #B70984;
}
.TagClassName
{
border-color: #B70984;
}
</style>