Shades of Deep Magenta #B70FDD
Tints of Deep Magenta #B70FDD
RGB
CMYK
RGB Variations
Color information
#B70FDD (or 0xB70FDD) is known color: Deep Magenta. HEX triplet: B7, 0F and DD. RGB value is (183,15,221). Sum of RGB (Red+Green+Blue) = 183+15+221=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #B70FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70FDD is #48F022. Grayscale: #585858. Windows color (decimal): -4780067 or 14487479. OLE color: 14487479.
HSL color Cylindrical-coordinate representation of color #B70FDD: hue angle of 288.93º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70FDD is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 15 | 221 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.13 |
| HSL | 288.93º | 0.87% | 0.46% | - |
| HSV(B) | 288.93º | 0.93% | 0.87% | - |
| XYZ | 32.75 | 15.63 | 69.7 | - |
| YUV | 88.72 | 202.66 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 15 | 221 | 0.17 | 0.93 | 0 | 0.13 | 288.93 | 0.87 | 0.46 |
| Hex | B7 | F | DD | 11 | 5D | 0 | D | 121 | 57 | 2E |
| Octal | 267 | 17 | 335 | 21 | 135 | 0 | 15 | 441 | 127 | 56 |
| Binary | 10110111 | 1111 | 11011101 | 10001 | 1011101 | 0 | 1101 | 100100001 | 1010111 | 101110 |
Color Harmonies of #B70FDD
Complementary color
Monochromatic Colors of #B70FDD
Black with #B70FDD
Text Example
Text Example
White with #B70FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70FDD; }
p { color: rgb(183,15,221); }
H1.HeaderClassName
{
color: #B70FDD;
}
.AnyTagClassName
{
color: #B70FDD;
}
</style>
background-color css
<style>
a { background-color: #B70FDD; }
a { background-color: rgb(183,15,221); }
div.DivClassName
{
background-color: #B70FDD;
}
.BgClassName
{
background-color: #B70FDD;
}
</style>
border-color css
<style>
span { border-color: #B70FDD; }
span { border-color: rgb(183,15,221); }
td.TdClassName
{
border-color: #B70FDD;
}
.TagClassName
{
border-color: #B70FDD;
}
</style>