Shades of Deep Magenta #BF24DB
Tints of Deep Magenta #BF24DB
RGB
CMYK
RGB Variations
Color information
#BF24DB (or 0xBF24DB) is known color: Deep Magenta. HEX triplet: BF, 24 and DB. RGB value is (191,36,219). Sum of RGB (Red+Green+Blue) = 191+36+219=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF24DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF24DB is #40DB24. Grayscale: #666666. Windows color (decimal): -4250405 or 14361791. OLE color: 14361791.
HSL color Cylindrical-coordinate representation of color #BF24DB: hue angle of 290.82º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF24DB is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 36 | 219 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.14 |
| HSL | 290.82º | 0.72% | 0.5% | - |
| HSV(B) | 290.82º | 0.84% | 0.86% | - |
| XYZ | 34.9 | 17.45 | 68.55 | - |
| YUV | 103.21 | 193.35 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 219 | 0.13 | 0.84 | 0 | 0.14 | 290.82 | 0.72 | 0.5 |
| Hex | BF | 24 | DB | D | 54 | 0 | E | 123 | 48 | 32 |
| Octal | 277 | 44 | 333 | 15 | 124 | 0 | 16 | 443 | 110 | 62 |
| Binary | 10111111 | 100100 | 11011011 | 1101 | 1010100 | 0 | 1110 | 100100011 | 1001000 | 110010 |
Color Harmonies of #BF24DB
Complementary color
Monochromatic Colors of #BF24DB
Black with #BF24DB
Text Example
Text Example
White with #BF24DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF24DB; }
p { color: rgb(191,36,219); }
H1.HeaderClassName
{
color: #BF24DB;
}
.AnyTagClassName
{
color: #BF24DB;
}
</style>
background-color css
<style>
a { background-color: #BF24DB; }
a { background-color: rgb(191,36,219); }
div.DivClassName
{
background-color: #BF24DB;
}
.BgClassName
{
background-color: #BF24DB;
}
</style>
border-color css
<style>
span { border-color: #BF24DB; }
span { border-color: rgb(191,36,219); }
td.TdClassName
{
border-color: #BF24DB;
}
.TagClassName
{
border-color: #BF24DB;
}
</style>