Shades of Medium Violet Red #B70A8D
Tints of Medium Violet Red #B70A8D
RGB
CMYK
RGB Variations
Color information
#B70A8D (or 0xB70A8D) is known color: Medium Violet Red. HEX triplet: B7, 0A and 8D. RGB value is (183,10,141). Sum of RGB (Red+Green+Blue) = 183+10+141=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70A8D is #48F572. Grayscale: #4C4C4C. Windows color (decimal): -4781427 or 9243319. OLE color: 9243319.
HSL color Cylindrical-coordinate representation of color #B70A8D: hue angle of 314.57º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70A8D is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 10 | 141 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.28 |
| HSL | 314.57º | 0.9% | 0.38% | - |
| HSV(B) | 314.57º | 0.95% | 0.72% | - |
| XYZ | 24.44 | 12.21 | 26.27 | - |
| YUV | 76.66 | 164.31 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 10 | 141 | 0 | 0.95 | 0.23 | 0.28 | 314.57 | 0.9 | 0.38 |
| Hex | B7 | A | 8D | 0 | 5F | 17 | 1C | 13B | 5A | 26 |
| Octal | 267 | 12 | 215 | 0 | 137 | 27 | 34 | 473 | 132 | 46 |
| Binary | 10110111 | 1010 | 10001101 | 0 | 1011111 | 10111 | 11100 | 100111011 | 1011010 | 100110 |
Color Harmonies of #B70A8D
Complementary color
Monochromatic Colors of #B70A8D
Black with #B70A8D
Text Example
Text Example
White with #B70A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70A8D; }
p { color: rgb(183,10,141); }
H1.HeaderClassName
{
color: #B70A8D;
}
.AnyTagClassName
{
color: #B70A8D;
}
</style>
background-color css
<style>
a { background-color: #B70A8D; }
a { background-color: rgb(183,10,141); }
div.DivClassName
{
background-color: #B70A8D;
}
.BgClassName
{
background-color: #B70A8D;
}
</style>
border-color css
<style>
span { border-color: #B70A8D; }
span { border-color: rgb(183,10,141); }
td.TdClassName
{
border-color: #B70A8D;
}
.TagClassName
{
border-color: #B70A8D;
}
</style>