Shades of Medium Violet Red #B70BA4
Tints of Medium Violet Red #B70BA4
RGB
CMYK
RGB Variations
Color information
#B70BA4 (or 0xB70BA4) is known color: Medium Violet Red. HEX triplet: B7, 0B and A4. RGB value is (183,11,164). Sum of RGB (Red+Green+Blue) = 183+11+164=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B70BA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70BA4 is #48F45B. Grayscale: #4F4F4F. Windows color (decimal): -4781148 or 10750903. OLE color: 10750903.
HSL color Cylindrical-coordinate representation of color #B70BA4: hue angle of 306.63º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70BA4 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 11 | 164 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.28 |
| HSL | 306.63º | 0.89% | 0.38% | - |
| HSV(B) | 306.63º | 0.94% | 0.72% | - |
| XYZ | 26.35 | 12.99 | 36.24 | - |
| YUV | 79.87 | 175.48 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 164 | 0 | 0.94 | 0.10 | 0.28 | 306.63 | 0.89 | 0.38 |
| Hex | B7 | B | A4 | 0 | 5E | A | 1C | 133 | 59 | 26 |
| Octal | 267 | 13 | 244 | 0 | 136 | 12 | 34 | 463 | 131 | 46 |
| Binary | 10110111 | 1011 | 10100100 | 0 | 1011110 | 1010 | 11100 | 100110011 | 1011001 | 100110 |
Color Harmonies of #B70BA4
Complementary color
Monochromatic Colors of #B70BA4
Black with #B70BA4
Text Example
Text Example
White with #B70BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70BA4; }
p { color: rgb(183,11,164); }
H1.HeaderClassName
{
color: #B70BA4;
}
.AnyTagClassName
{
color: #B70BA4;
}
</style>
background-color css
<style>
a { background-color: #B70BA4; }
a { background-color: rgb(183,11,164); }
div.DivClassName
{
background-color: #B70BA4;
}
.BgClassName
{
background-color: #B70BA4;
}
</style>
border-color css
<style>
span { border-color: #B70BA4; }
span { border-color: rgb(183,11,164); }
td.TdClassName
{
border-color: #B70BA4;
}
.TagClassName
{
border-color: #B70BA4;
}
</style>