Shades of Deep Magenta #BF01DC
Tints of Deep Magenta #BF01DC
RGB
CMYK
RGB Variations
Color information
#BF01DC (or 0xBF01DC) is known color: Deep Magenta. HEX triplet: BF, 01 and DC. RGB value is (191,1,220). Sum of RGB (Red+Green+Blue) = 191+1+220=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF01DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF01DC is #40FE23. Grayscale: #525252. Windows color (decimal): -4259364 or 14418367. OLE color: 14418367.
HSL color Cylindrical-coordinate representation of color #BF01DC: hue angle of 292.05º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF01DC is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 1 | 220 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.14 |
| HSL | 292.05º | 0.99% | 0.43% | - |
| HSV(B) | 292.05º | 1% | 0.86% | - |
| XYZ | 34.41 | 16.27 | 69.04 | - |
| YUV | 82.78 | 205.45 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 220 | 0.13 | 1.00 | 0 | 0.14 | 292.05 | 0.99 | 0.43 |
| Hex | BF | 1 | DC | D | 64 | 0 | E | 124 | 63 | 2B |
| Octal | 277 | 1 | 334 | 15 | 144 | 0 | 16 | 444 | 143 | 53 |
| Binary | 10111111 | 1 | 11011100 | 1101 | 1100100 | 0 | 1110 | 100100100 | 1100011 | 101011 |
Color Harmonies of #BF01DC
Complementary color
Monochromatic Colors of #BF01DC
Black with #BF01DC
Text Example
Text Example
White with #BF01DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF01DC; }
p { color: rgb(191,1,220); }
H1.HeaderClassName
{
color: #BF01DC;
}
.AnyTagClassName
{
color: #BF01DC;
}
</style>
background-color css
<style>
a { background-color: #BF01DC; }
a { background-color: rgb(191,1,220); }
div.DivClassName
{
background-color: #BF01DC;
}
.BgClassName
{
background-color: #BF01DC;
}
</style>
border-color css
<style>
span { border-color: #BF01DC; }
span { border-color: rgb(191,1,220); }
td.TdClassName
{
border-color: #BF01DC;
}
.TagClassName
{
border-color: #BF01DC;
}
</style>