Shades of Deep Magenta #BF09DB
Tints of Deep Magenta #BF09DB
RGB
CMYK
RGB Variations
Color information
#BF09DB (or 0xBF09DB) is known color: Deep Magenta. HEX triplet: BF, 09 and DB. RGB value is (191,9,219). Sum of RGB (Red+Green+Blue) = 191+9+219=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF09DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF09DB is #40F624. Grayscale: #565656. Windows color (decimal): -4257317 or 14354879. OLE color: 14354879.
HSL color Cylindrical-coordinate representation of color #BF09DB: hue angle of 292º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF09DB is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 9 | 219 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.14 |
| HSL | 292º | 0.92% | 0.45% | - |
| HSV(B) | 292º | 0.96% | 0.86% | - |
| XYZ | 34.37 | 16.39 | 68.37 | - |
| YUV | 87.36 | 202.3 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 219 | 0.13 | 0.96 | 0 | 0.14 | 292 | 0.92 | 0.45 |
| Hex | BF | 9 | DB | D | 60 | 0 | E | 124 | 5C | 2D |
| Octal | 277 | 11 | 333 | 15 | 140 | 0 | 16 | 444 | 134 | 55 |
| Binary | 10111111 | 1001 | 11011011 | 1101 | 1100000 | 0 | 1110 | 100100100 | 1011100 | 101101 |
Color Harmonies of #BF09DB
Complementary color
Monochromatic Colors of #BF09DB
Black with #BF09DB
Text Example
Text Example
White with #BF09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF09DB; }
p { color: rgb(191,9,219); }
H1.HeaderClassName
{
color: #BF09DB;
}
.AnyTagClassName
{
color: #BF09DB;
}
</style>
background-color css
<style>
a { background-color: #BF09DB; }
a { background-color: rgb(191,9,219); }
div.DivClassName
{
background-color: #BF09DB;
}
.BgClassName
{
background-color: #BF09DB;
}
</style>
border-color css
<style>
span { border-color: #BF09DB; }
span { border-color: rgb(191,9,219); }
td.TdClassName
{
border-color: #BF09DB;
}
.TagClassName
{
border-color: #BF09DB;
}
</style>