Shades of Deep Magenta #BF03DB
Tints of Deep Magenta #BF03DB
RGB
CMYK
RGB Variations
Color information
#BF03DB (or 0xBF03DB) is known color: Deep Magenta. HEX triplet: BF, 03 and DB. RGB value is (191,3,219). Sum of RGB (Red+Green+Blue) = 191+3+219=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF03DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF03DB is #40FC24. Grayscale: #535353. Windows color (decimal): -4258853 or 14353343. OLE color: 14353343.
HSL color Cylindrical-coordinate representation of color #BF03DB: hue angle of 292.22º 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 #BF03DB is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 3 | 219 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.14 |
| HSL | 292.22º | 0.97% | 0.44% | - |
| HSV(B) | 292.22º | 0.99% | 0.86% | - |
| XYZ | 34.3 | 16.26 | 68.35 | - |
| YUV | 83.84 | 204.28 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 219 | 0.13 | 0.99 | 0 | 0.14 | 292.22 | 0.97 | 0.44 |
| Hex | BF | 3 | DB | D | 63 | 0 | E | 124 | 61 | 2C |
| Octal | 277 | 3 | 333 | 15 | 143 | 0 | 16 | 444 | 141 | 54 |
| Binary | 10111111 | 11 | 11011011 | 1101 | 1100011 | 0 | 1110 | 100100100 | 1100001 | 101100 |
Color Harmonies of #BF03DB
Complementary color
Monochromatic Colors of #BF03DB
Black with #BF03DB
Text Example
Text Example
White with #BF03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF03DB; }
p { color: rgb(191,3,219); }
H1.HeaderClassName
{
color: #BF03DB;
}
.AnyTagClassName
{
color: #BF03DB;
}
</style>
background-color css
<style>
a { background-color: #BF03DB; }
a { background-color: rgb(191,3,219); }
div.DivClassName
{
background-color: #BF03DB;
}
.BgClassName
{
background-color: #BF03DB;
}
</style>
border-color css
<style>
span { border-color: #BF03DB; }
span { border-color: rgb(191,3,219); }
td.TdClassName
{
border-color: #BF03DB;
}
.TagClassName
{
border-color: #BF03DB;
}
</style>