Shades of Deep Magenta #B703DC
Tints of Deep Magenta #B703DC
RGB
CMYK
RGB Variations
Color information
#B703DC (or 0xB703DC) is known color: Deep Magenta. HEX triplet: B7, 03 and DC. RGB value is (183,3,220). Sum of RGB (Red+Green+Blue) = 183+3+220=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #B703DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B703DC is #48FC23. Grayscale: #505050. Windows color (decimal): -4783140 or 14418871. OLE color: 14418871.
HSL color Cylindrical-coordinate representation of color #B703DC: hue angle of 289.77º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B703DC is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 3 | 220 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.14 |
| HSL | 289.77º | 0.97% | 0.44% | - |
| HSV(B) | 289.77º | 0.99% | 0.86% | - |
| XYZ | 32.48 | 15.3 | 68.95 | - |
| YUV | 81.56 | 206.13 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 220 | 0.17 | 0.99 | 0 | 0.14 | 289.77 | 0.97 | 0.44 |
| Hex | B7 | 3 | DC | 11 | 63 | 0 | E | 122 | 61 | 2C |
| Octal | 267 | 3 | 334 | 21 | 143 | 0 | 16 | 442 | 141 | 54 |
| Binary | 10110111 | 11 | 11011100 | 10001 | 1100011 | 0 | 1110 | 100100010 | 1100001 | 101100 |
Color Harmonies of #B703DC
Complementary color
Monochromatic Colors of #B703DC
Black with #B703DC
Text Example
Text Example
White with #B703DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B703DC; }
p { color: rgb(183,3,220); }
H1.HeaderClassName
{
color: #B703DC;
}
.AnyTagClassName
{
color: #B703DC;
}
</style>
background-color css
<style>
a { background-color: #B703DC; }
a { background-color: rgb(183,3,220); }
div.DivClassName
{
background-color: #B703DC;
}
.BgClassName
{
background-color: #B703DC;
}
</style>
border-color css
<style>
span { border-color: #B703DC; }
span { border-color: rgb(183,3,220); }
td.TdClassName
{
border-color: #B703DC;
}
.TagClassName
{
border-color: #B703DC;
}
</style>