Shades of Medium Violet Red #B70A7D
Tints of Medium Violet Red #B70A7D
RGB
CMYK
RGB Variations
Color information
#B70A7D (or 0xB70A7D) is known color: Medium Violet Red. HEX triplet: B7, 0A and 7D. RGB value is (183,10,125). Sum of RGB (Red+Green+Blue) = 183+10+125=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70A7D is #48F582. Grayscale: #4A4A4A. Windows color (decimal): -4781443 or 8194743. OLE color: 8194743.
HSL color Cylindrical-coordinate representation of color #B70A7D: hue angle of 320.12º 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 #B70A7D is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 10 | 125 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.28 |
| HSL | 320.12º | 0.9% | 0.38% | - |
| HSV(B) | 320.12º | 0.95% | 0.72% | - |
| XYZ | 23.34 | 11.77 | 20.44 | - |
| YUV | 74.84 | 156.31 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 10 | 125 | 0 | 0.95 | 0.32 | 0.28 | 320.12 | 0.9 | 0.38 |
| Hex | B7 | A | 7D | 0 | 5F | 20 | 1C | 140 | 5A | 26 |
| Octal | 267 | 12 | 175 | 0 | 137 | 40 | 34 | 500 | 132 | 46 |
| Binary | 10110111 | 1010 | 1111101 | 0 | 1011111 | 100000 | 11100 | 101000000 | 1011010 | 100110 |
Color Harmonies of #B70A7D
Complementary color
Monochromatic Colors of #B70A7D
Black with #B70A7D
Text Example
Text Example
White with #B70A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70A7D; }
p { color: rgb(183,10,125); }
H1.HeaderClassName
{
color: #B70A7D;
}
.AnyTagClassName
{
color: #B70A7D;
}
</style>
background-color css
<style>
a { background-color: #B70A7D; }
a { background-color: rgb(183,10,125); }
div.DivClassName
{
background-color: #B70A7D;
}
.BgClassName
{
background-color: #B70A7D;
}
</style>
border-color css
<style>
span { border-color: #B70A7D; }
span { border-color: rgb(183,10,125); }
td.TdClassName
{
border-color: #B70A7D;
}
.TagClassName
{
border-color: #B70A7D;
}
</style>