Shades of Deep Magenta #B710DF
Tints of Deep Magenta #B710DF
RGB
CMYK
RGB Variations
Color information
#B710DF (or 0xB710DF) is known color: Deep Magenta. HEX triplet: B7, 10 and DF. RGB value is (183,16,223). Sum of RGB (Red+Green+Blue) = 183+16+223=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #B710DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B710DF is #48EF20. Grayscale: #585858. Windows color (decimal): -4779809 or 14618807. OLE color: 14618807.
HSL color Cylindrical-coordinate representation of color #B710DF: hue angle of 288.41º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B710DF is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 16 | 223 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.13 |
| HSL | 288.41º | 0.87% | 0.47% | - |
| HSV(B) | 288.41º | 0.93% | 0.87% | - |
| XYZ | 33.03 | 15.77 | 71.11 | - |
| YUV | 89.53 | 203.33 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 223 | 0.18 | 0.93 | 0 | 0.13 | 288.41 | 0.87 | 0.47 |
| Hex | B7 | 10 | DF | 12 | 5D | 0 | D | 120 | 57 | 2F |
| Octal | 267 | 20 | 337 | 22 | 135 | 0 | 15 | 440 | 127 | 57 |
| Binary | 10110111 | 10000 | 11011111 | 10010 | 1011101 | 0 | 1101 | 100100000 | 1010111 | 101111 |
Color Harmonies of #B710DF
Complementary color
Monochromatic Colors of #B710DF
Black with #B710DF
Text Example
Text Example
White with #B710DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B710DF; }
p { color: rgb(183,16,223); }
H1.HeaderClassName
{
color: #B710DF;
}
.AnyTagClassName
{
color: #B710DF;
}
</style>
background-color css
<style>
a { background-color: #B710DF; }
a { background-color: rgb(183,16,223); }
div.DivClassName
{
background-color: #B710DF;
}
.BgClassName
{
background-color: #B710DF;
}
</style>
border-color css
<style>
span { border-color: #B710DF; }
span { border-color: rgb(183,16,223); }
td.TdClassName
{
border-color: #B710DF;
}
.TagClassName
{
border-color: #B710DF;
}
</style>