Shades of Medium Violet Red #B70E75
Tints of Medium Violet Red #B70E75
RGB
CMYK
RGB Variations
Color information
#B70E75 (or 0xB70E75) is known color: Medium Violet Red. HEX triplet: B7, 0E and 75. RGB value is (183,14,117). Sum of RGB (Red+Green+Blue) = 183+14+117=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70E75 is #48F18A. Grayscale: #4C4C4C. Windows color (decimal): -4780427 or 7671479. OLE color: 7671479.
HSL color Cylindrical-coordinate representation of color #B70E75: hue angle of 323.43º 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 #B70E75 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 14 | 117 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.28 |
| HSL | 323.43º | 0.86% | 0.39% | - |
| HSV(B) | 323.43º | 0.92% | 0.72% | - |
| XYZ | 22.9 | 11.67 | 17.87 | - |
| YUV | 76.27 | 150.99 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 14 | 117 | 0 | 0.92 | 0.36 | 0.28 | 323.43 | 0.86 | 0.39 |
| Hex | B7 | E | 75 | 0 | 5C | 24 | 1C | 143 | 56 | 27 |
| Octal | 267 | 16 | 165 | 0 | 134 | 44 | 34 | 503 | 126 | 47 |
| Binary | 10110111 | 1110 | 1110101 | 0 | 1011100 | 100100 | 11100 | 101000011 | 1010110 | 100111 |
Color Harmonies of #B70E75
Complementary color
Monochromatic Colors of #B70E75
Black with #B70E75
Text Example
Text Example
White with #B70E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70E75; }
p { color: rgb(183,14,117); }
H1.HeaderClassName
{
color: #B70E75;
}
.AnyTagClassName
{
color: #B70E75;
}
</style>
background-color css
<style>
a { background-color: #B70E75; }
a { background-color: rgb(183,14,117); }
div.DivClassName
{
background-color: #B70E75;
}
.BgClassName
{
background-color: #B70E75;
}
</style>
border-color css
<style>
span { border-color: #B70E75; }
span { border-color: rgb(183,14,117); }
td.TdClassName
{
border-color: #B70E75;
}
.TagClassName
{
border-color: #B70E75;
}
</style>