Shades of Deep Magenta #BF05DB
Tints of Deep Magenta #BF05DB
RGB
CMYK
RGB Variations
Color information
#BF05DB (or 0xBF05DB) is known color: Deep Magenta. HEX triplet: BF, 05 and DB. RGB value is (191,5,219). Sum of RGB (Red+Green+Blue) = 191+5+219=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF05DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF05DB is #40FA24. Grayscale: #545454. Windows color (decimal): -4258341 or 14353855. OLE color: 14353855.
HSL color Cylindrical-coordinate representation of color #BF05DB: hue angle of 292.15º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF05DB is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 5 | 219 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.14 |
| HSL | 292.15º | 0.96% | 0.44% | - |
| HSV(B) | 292.15º | 0.98% | 0.86% | - |
| XYZ | 34.33 | 16.3 | 68.35 | - |
| YUV | 85.01 | 203.62 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 5 | 219 | 0.13 | 0.98 | 0 | 0.14 | 292.15 | 0.96 | 0.44 |
| Hex | BF | 5 | DB | D | 62 | 0 | E | 124 | 60 | 2C |
| Octal | 277 | 5 | 333 | 15 | 142 | 0 | 16 | 444 | 140 | 54 |
| Binary | 10111111 | 101 | 11011011 | 1101 | 1100010 | 0 | 1110 | 100100100 | 1100000 | 101100 |
Color Harmonies of #BF05DB
Complementary color
Monochromatic Colors of #BF05DB
Black with #BF05DB
Text Example
Text Example
White with #BF05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF05DB; }
p { color: rgb(191,5,219); }
H1.HeaderClassName
{
color: #BF05DB;
}
.AnyTagClassName
{
color: #BF05DB;
}
</style>
background-color css
<style>
a { background-color: #BF05DB; }
a { background-color: rgb(191,5,219); }
div.DivClassName
{
background-color: #BF05DB;
}
.BgClassName
{
background-color: #BF05DB;
}
</style>
border-color css
<style>
span { border-color: #BF05DB; }
span { border-color: rgb(191,5,219); }
td.TdClassName
{
border-color: #BF05DB;
}
.TagClassName
{
border-color: #BF05DB;
}
</style>