Shades of Deep Magenta #BF06DB
Tints of Deep Magenta #BF06DB
RGB
CMYK
RGB Variations
Color information
#BF06DB (or 0xBF06DB) is known color: Deep Magenta. HEX triplet: BF, 06 and DB. RGB value is (191,6,219). Sum of RGB (Red+Green+Blue) = 191+6+219=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF06DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF06DB is #40F924. Grayscale: #545454. Windows color (decimal): -4258085 or 14354111. OLE color: 14354111.
HSL color Cylindrical-coordinate representation of color #BF06DB: hue angle of 292.11º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF06DB is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 6 | 219 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.14 |
| HSL | 292.11º | 0.95% | 0.44% | - |
| HSV(B) | 292.11º | 0.97% | 0.86% | - |
| XYZ | 34.34 | 16.32 | 68.36 | - |
| YUV | 85.6 | 203.29 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 219 | 0.13 | 0.97 | 0 | 0.14 | 292.11 | 0.95 | 0.44 |
| Hex | BF | 6 | DB | D | 61 | 0 | E | 124 | 5F | 2C |
| Octal | 277 | 6 | 333 | 15 | 141 | 0 | 16 | 444 | 137 | 54 |
| Binary | 10111111 | 110 | 11011011 | 1101 | 1100001 | 0 | 1110 | 100100100 | 1011111 | 101100 |
Color Harmonies of #BF06DB
Complementary color
Monochromatic Colors of #BF06DB
Black with #BF06DB
Text Example
Text Example
White with #BF06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF06DB; }
p { color: rgb(191,6,219); }
H1.HeaderClassName
{
color: #BF06DB;
}
.AnyTagClassName
{
color: #BF06DB;
}
</style>
background-color css
<style>
a { background-color: #BF06DB; }
a { background-color: rgb(191,6,219); }
div.DivClassName
{
background-color: #BF06DB;
}
.BgClassName
{
background-color: #BF06DB;
}
</style>
border-color css
<style>
span { border-color: #BF06DB; }
span { border-color: rgb(191,6,219); }
td.TdClassName
{
border-color: #BF06DB;
}
.TagClassName
{
border-color: #BF06DB;
}
</style>