Shades of Medium Violet Red #B70D9F
Tints of Medium Violet Red #B70D9F
RGB
CMYK
RGB Variations
Color information
#B70D9F (or 0xB70D9F) is known color: Medium Violet Red. HEX triplet: B7, 0D and 9F. RGB value is (183,13,159). Sum of RGB (Red+Green+Blue) = 183+13+159=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70D9F is #48F260. Grayscale: #505050. Windows color (decimal): -4780641 or 10423735. OLE color: 10423735.
HSL color Cylindrical-coordinate representation of color #B70D9F: hue angle of 308.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 #B70D9F is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 13 | 159 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.28 |
| HSL | 308.47º | 0.87% | 0.38% | - |
| HSV(B) | 308.47º | 0.93% | 0.72% | - |
| XYZ | 25.93 | 12.86 | 33.92 | - |
| YUV | 80.47 | 172.32 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 159 | 0 | 0.93 | 0.13 | 0.28 | 308.47 | 0.87 | 0.38 |
| Hex | B7 | D | 9F | 0 | 5D | D | 1C | 134 | 57 | 26 |
| Octal | 267 | 15 | 237 | 0 | 135 | 15 | 34 | 464 | 127 | 46 |
| Binary | 10110111 | 1101 | 10011111 | 0 | 1011101 | 1101 | 11100 | 100110100 | 1010111 | 100110 |
Color Harmonies of #B70D9F
Complementary color
Monochromatic Colors of #B70D9F
Black with #B70D9F
Text Example
Text Example
White with #B70D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70D9F; }
p { color: rgb(183,13,159); }
H1.HeaderClassName
{
color: #B70D9F;
}
.AnyTagClassName
{
color: #B70D9F;
}
</style>
background-color css
<style>
a { background-color: #B70D9F; }
a { background-color: rgb(183,13,159); }
div.DivClassName
{
background-color: #B70D9F;
}
.BgClassName
{
background-color: #B70D9F;
}
</style>
border-color css
<style>
span { border-color: #B70D9F; }
span { border-color: rgb(183,13,159); }
td.TdClassName
{
border-color: #B70D9F;
}
.TagClassName
{
border-color: #B70D9F;
}
</style>