Shades of Deep Magenta #BF18DB
Tints of Deep Magenta #BF18DB
RGB
CMYK
RGB Variations
Color information
#BF18DB (or 0xBF18DB) is known color: Deep Magenta. HEX triplet: BF, 18 and DB. RGB value is (191,24,219). Sum of RGB (Red+Green+Blue) = 191+24+219=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF18DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF18DB is #40E724. Grayscale: #5F5F5F. Windows color (decimal): -4253477 or 14358719. OLE color: 14358719.
HSL color Cylindrical-coordinate representation of color #BF18DB: hue angle of 291.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF18DB is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 24 | 219 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.14 |
| HSL | 291.38º | 0.8% | 0.48% | - |
| HSV(B) | 291.38º | 0.89% | 0.86% | - |
| XYZ | 34.6 | 16.84 | 68.45 | - |
| YUV | 96.16 | 197.33 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 219 | 0.13 | 0.89 | 0 | 0.14 | 291.38 | 0.8 | 0.48 |
| Hex | BF | 18 | DB | D | 59 | 0 | E | 123 | 50 | 30 |
| Octal | 277 | 30 | 333 | 15 | 131 | 0 | 16 | 443 | 120 | 60 |
| Binary | 10111111 | 11000 | 11011011 | 1101 | 1011001 | 0 | 1110 | 100100011 | 1010000 | 110000 |
Color Harmonies of #BF18DB
Complementary color
Monochromatic Colors of #BF18DB
Black with #BF18DB
Text Example
Text Example
White with #BF18DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF18DB; }
p { color: rgb(191,24,219); }
H1.HeaderClassName
{
color: #BF18DB;
}
.AnyTagClassName
{
color: #BF18DB;
}
</style>
background-color css
<style>
a { background-color: #BF18DB; }
a { background-color: rgb(191,24,219); }
div.DivClassName
{
background-color: #BF18DB;
}
.BgClassName
{
background-color: #BF18DB;
}
</style>
border-color css
<style>
span { border-color: #BF18DB; }
span { border-color: rgb(191,24,219); }
td.TdClassName
{
border-color: #BF18DB;
}
.TagClassName
{
border-color: #BF18DB;
}
</style>