Shades of Deep Magenta #B70FD0
Tints of Deep Magenta #B70FD0
RGB
CMYK
RGB Variations
Color information
#B70FD0 (or 0xB70FD0) is known color: Deep Magenta. HEX triplet: B7, 0F and D0. RGB value is (183,15,208). Sum of RGB (Red+Green+Blue) = 183+15+208=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #B70FD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70FD0 is #48F02F. Grayscale: #565656. Windows color (decimal): -4780080 or 13635511. OLE color: 13635511.
HSL color Cylindrical-coordinate representation of color #B70FD0: hue angle of 292.23º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70FD0 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 183 | 15 | 208 | - |
CMYK | 0.12 | 0.93 | 0 | 0.18 |
HSL | 292.23º | 0.87% | 0.44% | - |
HSV(B) | 292.23º | 0.93% | 0.82% | - |
XYZ | 31.08 | 14.96 | 60.92 | - |
YUV | 87.23 | 196.16 | 196.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 15 | 208 | 0.12 | 0.93 | 0 | 0.18 | 292.23 | 0.87 | 0.44 |
Hex | B7 | F | D0 | C | 5D | 0 | 12 | 124 | 57 | 2C |
Octal | 267 | 17 | 320 | 14 | 135 | 0 | 22 | 444 | 127 | 54 |
Binary | 10110111 | 1111 | 11010000 | 1100 | 1011101 | 0 | 10010 | 100100100 | 1010111 | 101100 |
Color Harmonies of #B70FD0
Complementary color
Monochromatic Colors of #B70FD0
Black with #B70FD0
Text Example
Text Example
White with #B70FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70FD0; }
p { color: rgb(183,15,208); }
H1.HeaderClassName
{
color: #B70FD0;
}
.AnyTagClassName
{
color: #B70FD0;
}
</style>
background-color css
<style>
a { background-color: #B70FD0; }
a { background-color: rgb(183,15,208); }
div.DivClassName
{
background-color: #B70FD0;
}
.BgClassName
{
background-color: #B70FD0;
}
</style>
border-color css
<style>
span { border-color: #B70FD0; }
span { border-color: rgb(183,15,208); }
td.TdClassName
{
border-color: #B70FD0;
}
.TagClassName
{
border-color: #B70FD0;
}
</style>