Shades of Medium Violet Red #B70F79
Tints of Medium Violet Red #B70F79
RGB
CMYK
RGB Variations
Color information
#B70F79 (or 0xB70F79) is known color: Medium Violet Red. HEX triplet: B7, 0F and 79. RGB value is (183,15,121). Sum of RGB (Red+Green+Blue) = 183+15+121=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70F79 is #48F086. Grayscale: #4D4D4D. Windows color (decimal): -4780167 or 7933879. OLE color: 7933879.
HSL color Cylindrical-coordinate representation of color #B70F79: hue angle of 322.14º degrees, saturation: 0.85, 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 #B70F79 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 15 | 121 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.28 |
| HSL | 322.14º | 0.85% | 0.39% | - |
| HSV(B) | 322.14º | 0.92% | 0.72% | - |
| XYZ | 23.15 | 11.79 | 19.14 | - |
| YUV | 77.32 | 152.66 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 15 | 121 | 0 | 0.92 | 0.34 | 0.28 | 322.14 | 0.85 | 0.39 |
| Hex | B7 | F | 79 | 0 | 5C | 22 | 1C | 142 | 55 | 27 |
| Octal | 267 | 17 | 171 | 0 | 134 | 42 | 34 | 502 | 125 | 47 |
| Binary | 10110111 | 1111 | 1111001 | 0 | 1011100 | 100010 | 11100 | 101000010 | 1010101 | 100111 |
Color Harmonies of #B70F79
Complementary color
Monochromatic Colors of #B70F79
Black with #B70F79
Text Example
Text Example
White with #B70F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70F79; }
p { color: rgb(183,15,121); }
H1.HeaderClassName
{
color: #B70F79;
}
.AnyTagClassName
{
color: #B70F79;
}
</style>
background-color css
<style>
a { background-color: #B70F79; }
a { background-color: rgb(183,15,121); }
div.DivClassName
{
background-color: #B70F79;
}
.BgClassName
{
background-color: #B70F79;
}
</style>
border-color css
<style>
span { border-color: #B70F79; }
span { border-color: rgb(183,15,121); }
td.TdClassName
{
border-color: #B70F79;
}
.TagClassName
{
border-color: #B70F79;
}
</style>