Shades of Deep Magenta #BF06D1
Tints of Deep Magenta #BF06D1
RGB
CMYK
RGB Variations
Color information
#BF06D1 (or 0xBF06D1) is known color: Deep Magenta. HEX triplet: BF, 06 and D1. RGB value is (191,6,209). Sum of RGB (Red+Green+Blue) = 191+6+209=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 209 (82.03% from 255 or 51.48% from 406); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF06D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF06D1 is #40F92E. Grayscale: #535353. Windows color (decimal): -4258095 or 13698751. OLE color: 13698751.
HSL color Cylindrical-coordinate representation of color #BF06D1: hue angle of 294.68º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF06D1 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 6 | 209 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.18 |
| HSL | 294.68º | 0.94% | 0.42% | - |
| HSV(B) | 294.68º | 0.97% | 0.82% | - |
| XYZ | 33.06 | 15.81 | 61.63 | - |
| YUV | 84.46 | 198.29 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 209 | 0.09 | 0.97 | 0 | 0.18 | 294.68 | 0.94 | 0.42 |
| Hex | BF | 6 | D1 | 9 | 61 | 0 | 12 | 127 | 5E | 2A |
| Octal | 277 | 6 | 321 | 11 | 141 | 0 | 22 | 447 | 136 | 52 |
| Binary | 10111111 | 110 | 11010001 | 1001 | 1100001 | 0 | 10010 | 100100111 | 1011110 | 101010 |
Color Harmonies of #BF06D1
Complementary color
Monochromatic Colors of #BF06D1
Black with #BF06D1
Text Example
Text Example
White with #BF06D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF06D1; }
p { color: rgb(191,6,209); }
H1.HeaderClassName
{
color: #BF06D1;
}
.AnyTagClassName
{
color: #BF06D1;
}
</style>
background-color css
<style>
a { background-color: #BF06D1; }
a { background-color: rgb(191,6,209); }
div.DivClassName
{
background-color: #BF06D1;
}
.BgClassName
{
background-color: #BF06D1;
}
</style>
border-color css
<style>
span { border-color: #BF06D1; }
span { border-color: rgb(191,6,209); }
td.TdClassName
{
border-color: #BF06D1;
}
.TagClassName
{
border-color: #BF06D1;
}
</style>