Shades of Medium Violet Red #B70AA3
Tints of Medium Violet Red #B70AA3
RGB
CMYK
RGB Variations
Color information
#B70AA3 (or 0xB70AA3) is known color: Medium Violet Red. HEX triplet: B7, 0A and A3. RGB value is (183,10,163). Sum of RGB (Red+Green+Blue) = 183+10+163=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B70AA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70AA3 is #48F55C. Grayscale: #4E4E4E. Windows color (decimal): -4781405 or 10685111. OLE color: 10685111.
HSL color Cylindrical-coordinate representation of color #B70AA3: hue angle of 306.94º 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 #B70AA3 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 10 | 163 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.28 |
| HSL | 306.94º | 0.9% | 0.38% | - |
| HSV(B) | 306.94º | 0.95% | 0.72% | - |
| XYZ | 26.25 | 12.93 | 35.76 | - |
| YUV | 79.17 | 175.31 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 10 | 163 | 0 | 0.95 | 0.11 | 0.28 | 306.94 | 0.9 | 0.38 |
| Hex | B7 | A | A3 | 0 | 5F | B | 1C | 133 | 5A | 26 |
| Octal | 267 | 12 | 243 | 0 | 137 | 13 | 34 | 463 | 132 | 46 |
| Binary | 10110111 | 1010 | 10100011 | 0 | 1011111 | 1011 | 11100 | 100110011 | 1011010 | 100110 |
Color Harmonies of #B70AA3
Complementary color
Monochromatic Colors of #B70AA3
Black with #B70AA3
Text Example
Text Example
White with #B70AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70AA3; }
p { color: rgb(183,10,163); }
H1.HeaderClassName
{
color: #B70AA3;
}
.AnyTagClassName
{
color: #B70AA3;
}
</style>
background-color css
<style>
a { background-color: #B70AA3; }
a { background-color: rgb(183,10,163); }
div.DivClassName
{
background-color: #B70AA3;
}
.BgClassName
{
background-color: #B70AA3;
}
</style>
border-color css
<style>
span { border-color: #B70AA3; }
span { border-color: rgb(183,10,163); }
td.TdClassName
{
border-color: #B70AA3;
}
.TagClassName
{
border-color: #B70AA3;
}
</style>