Shades of Medium Violet Red #B70A8C
Tints of Medium Violet Red #B70A8C
RGB
CMYK
RGB Variations
Color information
#B70A8C (or 0xB70A8C) is known color: Medium Violet Red. HEX triplet: B7, 0A and 8C. RGB value is (183,10,140). Sum of RGB (Red+Green+Blue) = 183+10+140=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70A8C is #48F573. Grayscale: #4C4C4C. Windows color (decimal): -4781428 or 9177783. OLE color: 9177783.
HSL color Cylindrical-coordinate representation of color #B70A8C: hue angle of 314.91º 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 #B70A8C is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 10 | 140 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.28 |
| HSL | 314.91º | 0.9% | 0.38% | - |
| HSV(B) | 314.91º | 0.95% | 0.72% | - |
| XYZ | 24.37 | 12.18 | 25.88 | - |
| YUV | 76.55 | 163.81 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 10 | 140 | 0 | 0.95 | 0.23 | 0.28 | 314.91 | 0.9 | 0.38 |
| Hex | B7 | A | 8C | 0 | 5F | 17 | 1C | 13B | 5A | 26 |
| Octal | 267 | 12 | 214 | 0 | 137 | 27 | 34 | 473 | 132 | 46 |
| Binary | 10110111 | 1010 | 10001100 | 0 | 1011111 | 10111 | 11100 | 100111011 | 1011010 | 100110 |
Color Harmonies of #B70A8C
Complementary color
Monochromatic Colors of #B70A8C
Black with #B70A8C
Text Example
Text Example
White with #B70A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70A8C; }
p { color: rgb(183,10,140); }
H1.HeaderClassName
{
color: #B70A8C;
}
.AnyTagClassName
{
color: #B70A8C;
}
</style>
background-color css
<style>
a { background-color: #B70A8C; }
a { background-color: rgb(183,10,140); }
div.DivClassName
{
background-color: #B70A8C;
}
.BgClassName
{
background-color: #B70A8C;
}
</style>
border-color css
<style>
span { border-color: #B70A8C; }
span { border-color: rgb(183,10,140); }
td.TdClassName
{
border-color: #B70A8C;
}
.TagClassName
{
border-color: #B70A8C;
}
</style>