Shades of Medium Violet Red #B70C8D
Tints of Medium Violet Red #B70C8D
RGB
CMYK
RGB Variations
Color information
#B70C8D (or 0xB70C8D) is known color: Medium Violet Red. HEX triplet: B7, 0C and 8D. RGB value is (183,12,141). Sum of RGB (Red+Green+Blue) = 183+12+141=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70C8D is #48F372. Grayscale: #4D4D4D. Windows color (decimal): -4780915 or 9243831. OLE color: 9243831.
HSL color Cylindrical-coordinate representation of color #B70C8D: hue angle of 314.74º 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 #B70C8D is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 12 | 141 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.28 |
| HSL | 314.74º | 0.88% | 0.38% | - |
| HSV(B) | 314.74º | 0.93% | 0.72% | - |
| XYZ | 24.47 | 12.25 | 26.27 | - |
| YUV | 77.84 | 163.65 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 141 | 0 | 0.93 | 0.23 | 0.28 | 314.74 | 0.88 | 0.38 |
| Hex | B7 | C | 8D | 0 | 5D | 17 | 1C | 13B | 58 | 26 |
| Octal | 267 | 14 | 215 | 0 | 135 | 27 | 34 | 473 | 130 | 46 |
| Binary | 10110111 | 1100 | 10001101 | 0 | 1011101 | 10111 | 11100 | 100111011 | 1011000 | 100110 |
Color Harmonies of #B70C8D
Complementary color
Monochromatic Colors of #B70C8D
Black with #B70C8D
Text Example
Text Example
White with #B70C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70C8D; }
p { color: rgb(183,12,141); }
H1.HeaderClassName
{
color: #B70C8D;
}
.AnyTagClassName
{
color: #B70C8D;
}
</style>
background-color css
<style>
a { background-color: #B70C8D; }
a { background-color: rgb(183,12,141); }
div.DivClassName
{
background-color: #B70C8D;
}
.BgClassName
{
background-color: #B70C8D;
}
</style>
border-color css
<style>
span { border-color: #B70C8D; }
span { border-color: rgb(183,12,141); }
td.TdClassName
{
border-color: #B70C8D;
}
.TagClassName
{
border-color: #B70C8D;
}
</style>