Shades of Deep Magenta #B70BA7
Tints of Deep Magenta #B70BA7
RGB
CMYK
RGB Variations
Color information
#B70BA7 (or 0xB70BA7) is known color: Deep Magenta. HEX triplet: B7, 0B and A7. RGB value is (183,11,167). Sum of RGB (Red+Green+Blue) = 183+11+167=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B70BA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70BA7 is #48F458. Grayscale: #4F4F4F. Windows color (decimal): -4781145 or 10947511. OLE color: 10947511.
HSL color Cylindrical-coordinate representation of color #B70BA7: hue angle of 305.58º 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 #B70BA7 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 11 | 167 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.28 |
| HSL | 305.58º | 0.89% | 0.38% | - |
| HSV(B) | 305.58º | 0.94% | 0.72% | - |
| XYZ | 26.62 | 13.1 | 37.68 | - |
| YUV | 80.21 | 176.98 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 167 | 0 | 0.94 | 0.09 | 0.28 | 305.58 | 0.89 | 0.38 |
| Hex | B7 | B | A7 | 0 | 5E | 9 | 1C | 132 | 59 | 26 |
| Octal | 267 | 13 | 247 | 0 | 136 | 11 | 34 | 462 | 131 | 46 |
| Binary | 10110111 | 1011 | 10100111 | 0 | 1011110 | 1001 | 11100 | 100110010 | 1011001 | 100110 |
Color Harmonies of #B70BA7
Complementary color
Monochromatic Colors of #B70BA7
Black with #B70BA7
Text Example
Text Example
White with #B70BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70BA7; }
p { color: rgb(183,11,167); }
H1.HeaderClassName
{
color: #B70BA7;
}
.AnyTagClassName
{
color: #B70BA7;
}
</style>
background-color css
<style>
a { background-color: #B70BA7; }
a { background-color: rgb(183,11,167); }
div.DivClassName
{
background-color: #B70BA7;
}
.BgClassName
{
background-color: #B70BA7;
}
</style>
border-color css
<style>
span { border-color: #B70BA7; }
span { border-color: rgb(183,11,167); }
td.TdClassName
{
border-color: #B70BA7;
}
.TagClassName
{
border-color: #B70BA7;
}
</style>