Shades of Deep Magenta #B703DB
Tints of Deep Magenta #B703DB
RGB
CMYK
RGB Variations
Color information
#B703DB (or 0xB703DB) is known color: Deep Magenta. HEX triplet: B7, 03 and DB. RGB value is (183,3,219). Sum of RGB (Red+Green+Blue) = 183+3+219=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #B703DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B703DB is #48FC24. Grayscale: #505050. Windows color (decimal): -4783141 or 14353335. OLE color: 14353335.
HSL color Cylindrical-coordinate representation of color #B703DB: hue angle of 290º 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 #B703DB is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 3 | 219 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.14 |
| HSL | 290º | 0.97% | 0.44% | - |
| HSV(B) | 290º | 0.99% | 0.86% | - |
| XYZ | 32.35 | 15.25 | 68.26 | - |
| YUV | 81.44 | 205.63 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 219 | 0.16 | 0.99 | 0 | 0.14 | 290 | 0.97 | 0.44 |
| Hex | B7 | 3 | DB | 10 | 63 | 0 | E | 122 | 61 | 2C |
| Octal | 267 | 3 | 333 | 20 | 143 | 0 | 16 | 442 | 141 | 54 |
| Binary | 10110111 | 11 | 11011011 | 10000 | 1100011 | 0 | 1110 | 100100010 | 1100001 | 101100 |
Color Harmonies of #B703DB
Complementary color
Monochromatic Colors of #B703DB
Black with #B703DB
Text Example
Text Example
White with #B703DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B703DB; }
p { color: rgb(183,3,219); }
H1.HeaderClassName
{
color: #B703DB;
}
.AnyTagClassName
{
color: #B703DB;
}
</style>
background-color css
<style>
a { background-color: #B703DB; }
a { background-color: rgb(183,3,219); }
div.DivClassName
{
background-color: #B703DB;
}
.BgClassName
{
background-color: #B703DB;
}
</style>
border-color css
<style>
span { border-color: #B703DB; }
span { border-color: rgb(183,3,219); }
td.TdClassName
{
border-color: #B703DB;
}
.TagClassName
{
border-color: #B703DB;
}
</style>