Shades of Deep Magenta #B70DBF
Tints of Deep Magenta #B70DBF
RGB
CMYK
RGB Variations
Color information
#B70DBF (or 0xB70DBF) is known color: Deep Magenta. HEX triplet: B7, 0D and BF. RGB value is (183,13,191). Sum of RGB (Red+Green+Blue) = 183+13+191=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #B70DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DBF is #48F240. Grayscale: #535353. Windows color (decimal): -4780609 or 12520887. OLE color: 12520887.
HSL color Cylindrical-coordinate representation of color #B70DBF: hue angle of 297.3º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70DBF is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 13 | 191 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.25 |
| HSL | 297.3º | 0.87% | 0.4% | - |
| HSV(B) | 297.3º | 0.93% | 0.75% | - |
| XYZ | 29.08 | 14.12 | 50.48 | - |
| YUV | 84.12 | 188.32 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 191 | 0.04 | 0.93 | 0 | 0.25 | 297.3 | 0.87 | 0.4 |
| Hex | B7 | D | BF | 4 | 5D | 0 | 19 | 129 | 57 | 28 |
| Octal | 267 | 15 | 277 | 4 | 135 | 0 | 31 | 451 | 127 | 50 |
| Binary | 10110111 | 1101 | 10111111 | 100 | 1011101 | 0 | 11001 | 100101001 | 1010111 | 101000 |
Color Harmonies of #B70DBF
Complementary color
Monochromatic Colors of #B70DBF
Black with #B70DBF
Text Example
Text Example
White with #B70DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70DBF; }
p { color: rgb(183,13,191); }
H1.HeaderClassName
{
color: #B70DBF;
}
.AnyTagClassName
{
color: #B70DBF;
}
</style>
background-color css
<style>
a { background-color: #B70DBF; }
a { background-color: rgb(183,13,191); }
div.DivClassName
{
background-color: #B70DBF;
}
.BgClassName
{
background-color: #B70DBF;
}
</style>
border-color css
<style>
span { border-color: #B70DBF; }
span { border-color: rgb(183,13,191); }
td.TdClassName
{
border-color: #B70DBF;
}
.TagClassName
{
border-color: #B70DBF;
}
</style>