Shades of Medium Violet Red #B70799
Tints of Medium Violet Red #B70799
RGB
CMYK
RGB Variations
Color information
#B70799 (or 0xB70799) is known color: Medium Violet Red. HEX triplet: B7, 07 and 99. RGB value is (183,7,153). Sum of RGB (Red+Green+Blue) = 183+7+153=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B70799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70799 is #48F866. Grayscale: #4B4B4B. Windows color (decimal): -4782183 or 10028983. OLE color: 10028983.
HSL color Cylindrical-coordinate representation of color #B70799: hue angle of 310.23º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70799 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 153 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.28 |
| HSL | 310.23º | 0.93% | 0.37% | - |
| HSV(B) | 310.23º | 0.96% | 0.72% | - |
| XYZ | 25.35 | 12.52 | 31.22 | - |
| YUV | 76.27 | 171.31 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 153 | 0 | 0.96 | 0.16 | 0.28 | 310.23 | 0.93 | 0.37 |
| Hex | B7 | 7 | 99 | 0 | 60 | 10 | 1C | 136 | 5D | 25 |
| Octal | 267 | 7 | 231 | 0 | 140 | 20 | 34 | 466 | 135 | 45 |
| Binary | 10110111 | 111 | 10011001 | 0 | 1100000 | 10000 | 11100 | 100110110 | 1011101 | 100101 |
Color Harmonies of #B70799
Complementary color
Monochromatic Colors of #B70799
Black with #B70799
Text Example
Text Example
White with #B70799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70799; }
p { color: rgb(183,7,153); }
H1.HeaderClassName
{
color: #B70799;
}
.AnyTagClassName
{
color: #B70799;
}
</style>
background-color css
<style>
a { background-color: #B70799; }
a { background-color: rgb(183,7,153); }
div.DivClassName
{
background-color: #B70799;
}
.BgClassName
{
background-color: #B70799;
}
</style>
border-color css
<style>
span { border-color: #B70799; }
span { border-color: rgb(183,7,153); }
td.TdClassName
{
border-color: #B70799;
}
.TagClassName
{
border-color: #B70799;
}
</style>