Shades of Medium Violet Red #B70C7E
Tints of Medium Violet Red #B70C7E
RGB
CMYK
RGB Variations
Color information
#B70C7E (or 0xB70C7E) is known color: Medium Violet Red. HEX triplet: B7, 0C and 7E. RGB value is (183,12,126). Sum of RGB (Red+Green+Blue) = 183+12+126=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70C7E is #48F381. Grayscale: #4B4B4B. Windows color (decimal): -4780930 or 8260791. OLE color: 8260791.
HSL color Cylindrical-coordinate representation of color #B70C7E: hue angle of 320º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70C7E is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 12 | 126 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.28 |
| HSL | 320º | 0.88% | 0.38% | - |
| HSV(B) | 320º | 0.93% | 0.72% | - |
| XYZ | 23.43 | 11.84 | 20.79 | - |
| YUV | 76.13 | 156.15 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 126 | 0 | 0.93 | 0.31 | 0.28 | 320 | 0.88 | 0.38 |
| Hex | B7 | C | 7E | 0 | 5D | 1F | 1C | 140 | 58 | 26 |
| Octal | 267 | 14 | 176 | 0 | 135 | 37 | 34 | 500 | 130 | 46 |
| Binary | 10110111 | 1100 | 1111110 | 0 | 1011101 | 11111 | 11100 | 101000000 | 1011000 | 100110 |
Color Harmonies of #B70C7E
Complementary color
Monochromatic Colors of #B70C7E
Black with #B70C7E
Text Example
Text Example
White with #B70C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70C7E; }
p { color: rgb(183,12,126); }
H1.HeaderClassName
{
color: #B70C7E;
}
.AnyTagClassName
{
color: #B70C7E;
}
</style>
background-color css
<style>
a { background-color: #B70C7E; }
a { background-color: rgb(183,12,126); }
div.DivClassName
{
background-color: #B70C7E;
}
.BgClassName
{
background-color: #B70C7E;
}
</style>
border-color css
<style>
span { border-color: #B70C7E; }
span { border-color: rgb(183,12,126); }
td.TdClassName
{
border-color: #B70C7E;
}
.TagClassName
{
border-color: #B70C7E;
}
</style>