Shades of Medium Violet Red #B70BA0
Tints of Medium Violet Red #B70BA0
RGB
CMYK
RGB Variations
Color information
#B70BA0 (or 0xB70BA0) is known color: Medium Violet Red. HEX triplet: B7, 0B and A0. RGB value is (183,11,160). Sum of RGB (Red+Green+Blue) = 183+11+160=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B70BA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70BA0 is #48F45F. Grayscale: #4E4E4E. Windows color (decimal): -4781152 or 10488759. OLE color: 10488759.
HSL color Cylindrical-coordinate representation of color #B70BA0: hue angle of 308.02º 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 #B70BA0 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 11 | 160 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.28 |
| HSL | 308.02º | 0.89% | 0.38% | - |
| HSV(B) | 308.02º | 0.94% | 0.72% | - |
| XYZ | 25.99 | 12.84 | 34.37 | - |
| YUV | 79.41 | 173.48 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 160 | 0 | 0.94 | 0.13 | 0.28 | 308.02 | 0.89 | 0.38 |
| Hex | B7 | B | A0 | 0 | 5E | D | 1C | 134 | 59 | 26 |
| Octal | 267 | 13 | 240 | 0 | 136 | 15 | 34 | 464 | 131 | 46 |
| Binary | 10110111 | 1011 | 10100000 | 0 | 1011110 | 1101 | 11100 | 100110100 | 1011001 | 100110 |
Color Harmonies of #B70BA0
Complementary color
Monochromatic Colors of #B70BA0
Black with #B70BA0
Text Example
Text Example
White with #B70BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70BA0; }
p { color: rgb(183,11,160); }
H1.HeaderClassName
{
color: #B70BA0;
}
.AnyTagClassName
{
color: #B70BA0;
}
</style>
background-color css
<style>
a { background-color: #B70BA0; }
a { background-color: rgb(183,11,160); }
div.DivClassName
{
background-color: #B70BA0;
}
.BgClassName
{
background-color: #B70BA0;
}
</style>
border-color css
<style>
span { border-color: #B70BA0; }
span { border-color: rgb(183,11,160); }
td.TdClassName
{
border-color: #B70BA0;
}
.TagClassName
{
border-color: #B70BA0;
}
</style>