Shades of Medium Violet Red #B70D7D
Tints of Medium Violet Red #B70D7D
RGB
CMYK
RGB Variations
Color information
#B70D7D (or 0xB70D7D) is known color: Medium Violet Red. HEX triplet: B7, 0D and 7D. RGB value is (183,13,125). Sum of RGB (Red+Green+Blue) = 183+13+125=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70D7D is #48F282. Grayscale: #4C4C4C. Windows color (decimal): -4780675 or 8195511. OLE color: 8195511.
HSL color Cylindrical-coordinate representation of color #B70D7D: hue angle of 320.47º degrees, saturation: 0.87, 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 #B70D7D is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 13 | 125 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.28 |
| HSL | 320.47º | 0.87% | 0.38% | - |
| HSV(B) | 320.47º | 0.93% | 0.72% | - |
| XYZ | 23.37 | 11.84 | 20.45 | - |
| YUV | 76.6 | 155.32 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 125 | 0 | 0.93 | 0.32 | 0.28 | 320.47 | 0.87 | 0.38 |
| Hex | B7 | D | 7D | 0 | 5D | 20 | 1C | 140 | 57 | 26 |
| Octal | 267 | 15 | 175 | 0 | 135 | 40 | 34 | 500 | 127 | 46 |
| Binary | 10110111 | 1101 | 1111101 | 0 | 1011101 | 100000 | 11100 | 101000000 | 1010111 | 100110 |
Color Harmonies of #B70D7D
Complementary color
Monochromatic Colors of #B70D7D
Black with #B70D7D
Text Example
Text Example
White with #B70D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70D7D; }
p { color: rgb(183,13,125); }
H1.HeaderClassName
{
color: #B70D7D;
}
.AnyTagClassName
{
color: #B70D7D;
}
</style>
background-color css
<style>
a { background-color: #B70D7D; }
a { background-color: rgb(183,13,125); }
div.DivClassName
{
background-color: #B70D7D;
}
.BgClassName
{
background-color: #B70D7D;
}
</style>
border-color css
<style>
span { border-color: #B70D7D; }
span { border-color: rgb(183,13,125); }
td.TdClassName
{
border-color: #B70D7D;
}
.TagClassName
{
border-color: #B70D7D;
}
</style>