Shades of Deep Magenta #B703DD
Tints of Deep Magenta #B703DD
RGB
CMYK
RGB Variations
Color information
#B703DD (or 0xB703DD) is known color: Deep Magenta. HEX triplet: B7, 03 and DD. RGB value is (183,3,221). Sum of RGB (Red+Green+Blue) = 183+3+221=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #B703DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B703DD is #48FC22. Grayscale: #505050. Windows color (decimal): -4783139 or 14484407. OLE color: 14484407.
HSL color Cylindrical-coordinate representation of color #B703DD: hue angle of 289.54º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B703DD is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 3 | 221 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.13 |
| HSL | 289.54º | 0.97% | 0.44% | - |
| HSV(B) | 289.54º | 0.99% | 0.87% | - |
| XYZ | 32.61 | 15.35 | 69.65 | - |
| YUV | 81.67 | 206.63 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 221 | 0.17 | 0.99 | 0 | 0.13 | 289.54 | 0.97 | 0.44 |
| Hex | B7 | 3 | DD | 11 | 63 | 0 | D | 122 | 61 | 2C |
| Octal | 267 | 3 | 335 | 21 | 143 | 0 | 15 | 442 | 141 | 54 |
| Binary | 10110111 | 11 | 11011101 | 10001 | 1100011 | 0 | 1101 | 100100010 | 1100001 | 101100 |
Color Harmonies of #B703DD
Complementary color
Monochromatic Colors of #B703DD
Black with #B703DD
Text Example
Text Example
White with #B703DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B703DD; }
p { color: rgb(183,3,221); }
H1.HeaderClassName
{
color: #B703DD;
}
.AnyTagClassName
{
color: #B703DD;
}
</style>
background-color css
<style>
a { background-color: #B703DD; }
a { background-color: rgb(183,3,221); }
div.DivClassName
{
background-color: #B703DD;
}
.BgClassName
{
background-color: #B703DD;
}
</style>
border-color css
<style>
span { border-color: #B703DD; }
span { border-color: rgb(183,3,221); }
td.TdClassName
{
border-color: #B703DD;
}
.TagClassName
{
border-color: #B703DD;
}
</style>