Shades of Deep Magenta #BF06D8
Tints of Deep Magenta #BF06D8
RGB
CMYK
RGB Variations
Color information
#BF06D8 (or 0xBF06D8) is known color: Deep Magenta. HEX triplet: BF, 06 and D8. RGB value is (191,6,216). Sum of RGB (Red+Green+Blue) = 191+6+216=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF06D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF06D8 is #40F927. Grayscale: #545454. Windows color (decimal): -4258088 or 14157503. OLE color: 14157503.
HSL color Cylindrical-coordinate representation of color #BF06D8: hue angle of 292.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF06D8 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 6 | 216 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.15 |
| HSL | 292.86º | 0.95% | 0.44% | - |
| HSV(B) | 292.86º | 0.97% | 0.85% | - |
| XYZ | 33.95 | 16.16 | 66.3 | - |
| YUV | 85.26 | 201.79 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 216 | 0.12 | 0.97 | 0 | 0.15 | 292.86 | 0.95 | 0.44 |
| Hex | BF | 6 | D8 | C | 61 | 0 | F | 125 | 5F | 2C |
| Octal | 277 | 6 | 330 | 14 | 141 | 0 | 17 | 445 | 137 | 54 |
| Binary | 10111111 | 110 | 11011000 | 1100 | 1100001 | 0 | 1111 | 100100101 | 1011111 | 101100 |
Color Harmonies of #BF06D8
Complementary color
Monochromatic Colors of #BF06D8
Black with #BF06D8
Text Example
Text Example
White with #BF06D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF06D8; }
p { color: rgb(191,6,216); }
H1.HeaderClassName
{
color: #BF06D8;
}
.AnyTagClassName
{
color: #BF06D8;
}
</style>
background-color css
<style>
a { background-color: #BF06D8; }
a { background-color: rgb(191,6,216); }
div.DivClassName
{
background-color: #BF06D8;
}
.BgClassName
{
background-color: #BF06D8;
}
</style>
border-color css
<style>
span { border-color: #BF06D8; }
span { border-color: rgb(191,6,216); }
td.TdClassName
{
border-color: #BF06D8;
}
.TagClassName
{
border-color: #BF06D8;
}
</style>