Shades of Deep Magenta #B70BA9
Tints of Deep Magenta #B70BA9
RGB
CMYK
RGB Variations
Color information
#B70BA9 (or 0xB70BA9) is known color: Deep Magenta. HEX triplet: B7, 0B and A9. RGB value is (183,11,169). Sum of RGB (Red+Green+Blue) = 183+11+169=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B70BA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70BA9 is #48F456. Grayscale: #4F4F4F. Windows color (decimal): -4781143 or 11078583. OLE color: 11078583.
HSL color Cylindrical-coordinate representation of color #B70BA9: hue angle of 304.88º 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 #B70BA9 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 11 | 169 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.28 |
| HSL | 304.88º | 0.89% | 0.38% | - |
| HSV(B) | 304.88º | 0.94% | 0.72% | - |
| XYZ | 26.81 | 13.17 | 38.67 | - |
| YUV | 80.44 | 177.98 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 169 | 0 | 0.94 | 0.08 | 0.28 | 304.88 | 0.89 | 0.38 |
| Hex | B7 | B | A9 | 0 | 5E | 8 | 1C | 131 | 59 | 26 |
| Octal | 267 | 13 | 251 | 0 | 136 | 10 | 34 | 461 | 131 | 46 |
| Binary | 10110111 | 1011 | 10101001 | 0 | 1011110 | 1000 | 11100 | 100110001 | 1011001 | 100110 |
Color Harmonies of #B70BA9
Complementary color
Monochromatic Colors of #B70BA9
Black with #B70BA9
Text Example
Text Example
White with #B70BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70BA9; }
p { color: rgb(183,11,169); }
H1.HeaderClassName
{
color: #B70BA9;
}
.AnyTagClassName
{
color: #B70BA9;
}
</style>
background-color css
<style>
a { background-color: #B70BA9; }
a { background-color: rgb(183,11,169); }
div.DivClassName
{
background-color: #B70BA9;
}
.BgClassName
{
background-color: #B70BA9;
}
</style>
border-color css
<style>
span { border-color: #B70BA9; }
span { border-color: rgb(183,11,169); }
td.TdClassName
{
border-color: #B70BA9;
}
.TagClassName
{
border-color: #B70BA9;
}
</style>