Shades of Medium Violet Red #B70D8C
Tints of Medium Violet Red #B70D8C
RGB
CMYK
RGB Variations
Color information
#B70D8C (or 0xB70D8C) is known color: Medium Violet Red. HEX triplet: B7, 0D and 8C. RGB value is (183,13,140). Sum of RGB (Red+Green+Blue) = 183+13+140=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70D8C is #48F273. Grayscale: #4D4D4D. Windows color (decimal): -4780660 or 9178551. OLE color: 9178551.
HSL color Cylindrical-coordinate representation of color #B70D8C: hue angle of 315.18º 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 #B70D8C is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 13 | 140 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.28 |
| HSL | 315.18º | 0.87% | 0.38% | - |
| HSV(B) | 315.18º | 0.93% | 0.72% | - |
| XYZ | 24.41 | 12.25 | 25.89 | - |
| YUV | 78.31 | 162.82 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 140 | 0 | 0.93 | 0.23 | 0.28 | 315.18 | 0.87 | 0.38 |
| Hex | B7 | D | 8C | 0 | 5D | 17 | 1C | 13B | 57 | 26 |
| Octal | 267 | 15 | 214 | 0 | 135 | 27 | 34 | 473 | 127 | 46 |
| Binary | 10110111 | 1101 | 10001100 | 0 | 1011101 | 10111 | 11100 | 100111011 | 1010111 | 100110 |
Color Harmonies of #B70D8C
Complementary color
Monochromatic Colors of #B70D8C
Black with #B70D8C
Text Example
Text Example
White with #B70D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70D8C; }
p { color: rgb(183,13,140); }
H1.HeaderClassName
{
color: #B70D8C;
}
.AnyTagClassName
{
color: #B70D8C;
}
</style>
background-color css
<style>
a { background-color: #B70D8C; }
a { background-color: rgb(183,13,140); }
div.DivClassName
{
background-color: #B70D8C;
}
.BgClassName
{
background-color: #B70D8C;
}
</style>
border-color css
<style>
span { border-color: #B70D8C; }
span { border-color: rgb(183,13,140); }
td.TdClassName
{
border-color: #B70D8C;
}
.TagClassName
{
border-color: #B70D8C;
}
</style>