Shades of Medium Violet Red #B70A8A
Tints of Medium Violet Red #B70A8A
RGB
CMYK
RGB Variations
Color information
#B70A8A (or 0xB70A8A) is known color: Medium Violet Red. HEX triplet: B7, 0A and 8A. RGB value is (183,10,138). Sum of RGB (Red+Green+Blue) = 183+10+138=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70A8A is #48F575. Grayscale: #4B4B4B. Windows color (decimal): -4781430 or 9046711. OLE color: 9046711.
HSL color Cylindrical-coordinate representation of color #B70A8A: hue angle of 315.61º 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 #B70A8A is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 10 | 138 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.28 |
| HSL | 315.61º | 0.9% | 0.38% | - |
| HSV(B) | 315.61º | 0.95% | 0.72% | - |
| XYZ | 24.22 | 12.12 | 25.11 | - |
| YUV | 76.32 | 162.81 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 10 | 138 | 0 | 0.95 | 0.25 | 0.28 | 315.61 | 0.9 | 0.38 |
| Hex | B7 | A | 8A | 0 | 5F | 19 | 1C | 13C | 5A | 26 |
| Octal | 267 | 12 | 212 | 0 | 137 | 31 | 34 | 474 | 132 | 46 |
| Binary | 10110111 | 1010 | 10001010 | 0 | 1011111 | 11001 | 11100 | 100111100 | 1011010 | 100110 |
Color Harmonies of #B70A8A
Complementary color
Monochromatic Colors of #B70A8A
Black with #B70A8A
Text Example
Text Example
White with #B70A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70A8A; }
p { color: rgb(183,10,138); }
H1.HeaderClassName
{
color: #B70A8A;
}
.AnyTagClassName
{
color: #B70A8A;
}
</style>
background-color css
<style>
a { background-color: #B70A8A; }
a { background-color: rgb(183,10,138); }
div.DivClassName
{
background-color: #B70A8A;
}
.BgClassName
{
background-color: #B70A8A;
}
</style>
border-color css
<style>
span { border-color: #B70A8A; }
span { border-color: rgb(183,10,138); }
td.TdClassName
{
border-color: #B70A8A;
}
.TagClassName
{
border-color: #B70A8A;
}
</style>