Shades of Deep Magenta #B70BAB
Tints of Deep Magenta #B70BAB
RGB
CMYK
RGB Variations
Color information
#B70BAB (or 0xB70BAB) is known color: Deep Magenta. HEX triplet: B7, 0B and AB. RGB value is (183,11,171). Sum of RGB (Red+Green+Blue) = 183+11+171=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B70BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70BAB is #48F454. Grayscale: #505050. Windows color (decimal): -4781141 or 11209655. OLE color: 11209655.
HSL color Cylindrical-coordinate representation of color #B70BAB: hue angle of 304.19º 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 #B70BAB is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 11 | 171 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.28 |
| HSL | 304.19º | 0.89% | 0.38% | - |
| HSV(B) | 304.19º | 0.94% | 0.72% | - |
| XYZ | 27 | 13.25 | 39.66 | - |
| YUV | 80.67 | 178.98 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 171 | 0 | 0.94 | 0.07 | 0.28 | 304.19 | 0.89 | 0.38 |
| Hex | B7 | B | AB | 0 | 5E | 7 | 1C | 130 | 59 | 26 |
| Octal | 267 | 13 | 253 | 0 | 136 | 7 | 34 | 460 | 131 | 46 |
| Binary | 10110111 | 1011 | 10101011 | 0 | 1011110 | 111 | 11100 | 100110000 | 1011001 | 100110 |
Color Harmonies of #B70BAB
Complementary color
Monochromatic Colors of #B70BAB
Black with #B70BAB
Text Example
Text Example
White with #B70BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70BAB; }
p { color: rgb(183,11,171); }
H1.HeaderClassName
{
color: #B70BAB;
}
.AnyTagClassName
{
color: #B70BAB;
}
</style>
background-color css
<style>
a { background-color: #B70BAB; }
a { background-color: rgb(183,11,171); }
div.DivClassName
{
background-color: #B70BAB;
}
.BgClassName
{
background-color: #B70BAB;
}
</style>
border-color css
<style>
span { border-color: #B70BAB; }
span { border-color: rgb(183,11,171); }
td.TdClassName
{
border-color: #B70BAB;
}
.TagClassName
{
border-color: #B70BAB;
}
</style>