Shades of Deep Magenta #BF06D4
Tints of Deep Magenta #BF06D4
RGB
CMYK
RGB Variations
Color information
#BF06D4 (or 0xBF06D4) is known color: Deep Magenta. HEX triplet: BF, 06 and D4. RGB value is (191,6,212). Sum of RGB (Red+Green+Blue) = 191+6+212=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 212 (83.20% from 255 or 51.83% from 409); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF06D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF06D4 is #40F92B. Grayscale: #545454. Windows color (decimal): -4258092 or 13895359. OLE color: 13895359.
HSL color Cylindrical-coordinate representation of color #BF06D4: hue angle of 293.88º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF06D4 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 6 | 212 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.17 |
| HSL | 293.88º | 0.94% | 0.43% | - |
| HSV(B) | 293.88º | 0.97% | 0.83% | - |
| XYZ | 33.43 | 15.96 | 63.61 | - |
| YUV | 84.8 | 199.79 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 212 | 0.10 | 0.97 | 0 | 0.17 | 293.88 | 0.94 | 0.43 |
| Hex | BF | 6 | D4 | A | 61 | 0 | 11 | 126 | 5E | 2B |
| Octal | 277 | 6 | 324 | 12 | 141 | 0 | 21 | 446 | 136 | 53 |
| Binary | 10111111 | 110 | 11010100 | 1010 | 1100001 | 0 | 10001 | 100100110 | 1011110 | 101011 |
Color Harmonies of #BF06D4
Complementary color
Monochromatic Colors of #BF06D4
Black with #BF06D4
Text Example
Text Example
White with #BF06D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF06D4; }
p { color: rgb(191,6,212); }
H1.HeaderClassName
{
color: #BF06D4;
}
.AnyTagClassName
{
color: #BF06D4;
}
</style>
background-color css
<style>
a { background-color: #BF06D4; }
a { background-color: rgb(191,6,212); }
div.DivClassName
{
background-color: #BF06D4;
}
.BgClassName
{
background-color: #BF06D4;
}
</style>
border-color css
<style>
span { border-color: #BF06D4; }
span { border-color: rgb(191,6,212); }
td.TdClassName
{
border-color: #BF06D4;
}
.TagClassName
{
border-color: #BF06D4;
}
</style>