Shades of Deep Magenta #B70BDF
Tints of Deep Magenta #B70BDF
RGB
CMYK
RGB Variations
Color information
#B70BDF (or 0xB70BDF) is known color: Deep Magenta. HEX triplet: B7, 0B and DF. RGB value is (183,11,223). Sum of RGB (Red+Green+Blue) = 183+11+223=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #B70BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70BDF is #48F420. Grayscale: #555555. Windows color (decimal): -4781089 or 14617527. OLE color: 14617527.
HSL color Cylindrical-coordinate representation of color #B70BDF: hue angle of 288.68º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70BDF is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 11 | 223 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.13 |
| HSL | 288.68º | 0.91% | 0.46% | - |
| HSV(B) | 288.68º | 0.95% | 0.87% | - |
| XYZ | 32.97 | 15.63 | 71.09 | - |
| YUV | 86.6 | 204.98 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 223 | 0.18 | 0.95 | 0 | 0.13 | 288.68 | 0.91 | 0.46 |
| Hex | B7 | B | DF | 12 | 5F | 0 | D | 121 | 5B | 2E |
| Octal | 267 | 13 | 337 | 22 | 137 | 0 | 15 | 441 | 133 | 56 |
| Binary | 10110111 | 1011 | 11011111 | 10010 | 1011111 | 0 | 1101 | 100100001 | 1011011 | 101110 |
Color Harmonies of #B70BDF
Complementary color
Monochromatic Colors of #B70BDF
Black with #B70BDF
Text Example
Text Example
White with #B70BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70BDF; }
p { color: rgb(183,11,223); }
H1.HeaderClassName
{
color: #B70BDF;
}
.AnyTagClassName
{
color: #B70BDF;
}
</style>
background-color css
<style>
a { background-color: #B70BDF; }
a { background-color: rgb(183,11,223); }
div.DivClassName
{
background-color: #B70BDF;
}
.BgClassName
{
background-color: #B70BDF;
}
</style>
border-color css
<style>
span { border-color: #B70BDF; }
span { border-color: rgb(183,11,223); }
td.TdClassName
{
border-color: #B70BDF;
}
.TagClassName
{
border-color: #B70BDF;
}
</style>