Shades of Deep Magenta #BF15DB
Tints of Deep Magenta #BF15DB
RGB
CMYK
RGB Variations
Color information
#BF15DB (or 0xBF15DB) is known color: Deep Magenta. HEX triplet: BF, 15 and DB. RGB value is (191,21,219). Sum of RGB (Red+Green+Blue) = 191+21+219=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF15DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF15DB is #40EA24. Grayscale: #5D5D5D. Windows color (decimal): -4254245 or 14357951. OLE color: 14357951.
HSL color Cylindrical-coordinate representation of color #BF15DB: hue angle of 291.52º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF15DB is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 21 | 219 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.14 |
| HSL | 291.52º | 0.83% | 0.47% | - |
| HSV(B) | 291.52º | 0.9% | 0.86% | - |
| XYZ | 34.54 | 16.73 | 68.43 | - |
| YUV | 94.4 | 198.32 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 219 | 0.13 | 0.90 | 0 | 0.14 | 291.52 | 0.83 | 0.47 |
| Hex | BF | 15 | DB | D | 5A | 0 | E | 124 | 52 | 2F |
| Octal | 277 | 25 | 333 | 15 | 132 | 0 | 16 | 444 | 122 | 57 |
| Binary | 10111111 | 10101 | 11011011 | 1101 | 1011010 | 0 | 1110 | 100100100 | 1010010 | 101111 |
Color Harmonies of #BF15DB
Complementary color
Monochromatic Colors of #BF15DB
Black with #BF15DB
Text Example
Text Example
White with #BF15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF15DB; }
p { color: rgb(191,21,219); }
H1.HeaderClassName
{
color: #BF15DB;
}
.AnyTagClassName
{
color: #BF15DB;
}
</style>
background-color css
<style>
a { background-color: #BF15DB; }
a { background-color: rgb(191,21,219); }
div.DivClassName
{
background-color: #BF15DB;
}
.BgClassName
{
background-color: #BF15DB;
}
</style>
border-color css
<style>
span { border-color: #BF15DB; }
span { border-color: rgb(191,21,219); }
td.TdClassName
{
border-color: #BF15DB;
}
.TagClassName
{
border-color: #BF15DB;
}
</style>