Shades of Deep Magenta #B70BA8
Tints of Deep Magenta #B70BA8
RGB
CMYK
RGB Variations
Color information
#B70BA8 (or 0xB70BA8) is known color: Deep Magenta. HEX triplet: B7, 0B and A8. RGB value is (183,11,168). Sum of RGB (Red+Green+Blue) = 183+11+168=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B70BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70BA8 is #48F457. Grayscale: #4F4F4F. Windows color (decimal): -4781144 or 11013047. OLE color: 11013047.
HSL color Cylindrical-coordinate representation of color #B70BA8: hue angle of 305.23º 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 #B70BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 11 | 168 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.28 |
| HSL | 305.23º | 0.89% | 0.38% | - |
| HSV(B) | 305.23º | 0.94% | 0.72% | - |
| XYZ | 26.72 | 13.13 | 38.17 | - |
| YUV | 80.33 | 177.48 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 168 | 0 | 0.94 | 0.08 | 0.28 | 305.23 | 0.89 | 0.38 |
| Hex | B7 | B | A8 | 0 | 5E | 8 | 1C | 131 | 59 | 26 |
| Octal | 267 | 13 | 250 | 0 | 136 | 10 | 34 | 461 | 131 | 46 |
| Binary | 10110111 | 1011 | 10101000 | 0 | 1011110 | 1000 | 11100 | 100110001 | 1011001 | 100110 |
Color Harmonies of #B70BA8
Complementary color
Monochromatic Colors of #B70BA8
Black with #B70BA8
Text Example
Text Example
White with #B70BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70BA8; }
p { color: rgb(183,11,168); }
H1.HeaderClassName
{
color: #B70BA8;
}
.AnyTagClassName
{
color: #B70BA8;
}
</style>
background-color css
<style>
a { background-color: #B70BA8; }
a { background-color: rgb(183,11,168); }
div.DivClassName
{
background-color: #B70BA8;
}
.BgClassName
{
background-color: #B70BA8;
}
</style>
border-color css
<style>
span { border-color: #B70BA8; }
span { border-color: rgb(183,11,168); }
td.TdClassName
{
border-color: #B70BA8;
}
.TagClassName
{
border-color: #B70BA8;
}
</style>