Shades of Deep Magenta #BF01DD
Tints of Deep Magenta #BF01DD
RGB
CMYK
RGB Variations
Color information
#BF01DD (or 0xBF01DD) is known color: Deep Magenta. HEX triplet: BF, 01 and DD. RGB value is (191,1,221). Sum of RGB (Red+Green+Blue) = 191+1+221=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF01DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF01DD is #40FE22. Grayscale: #525252. Windows color (decimal): -4259363 or 14483903. OLE color: 14483903.
HSL color Cylindrical-coordinate representation of color #BF01DD: hue angle of 291.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF01DD is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 1 | 221 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.13 |
| HSL | 291.82º | 0.99% | 0.44% | - |
| HSV(B) | 291.82º | 1% | 0.87% | - |
| XYZ | 34.55 | 16.32 | 69.74 | - |
| YUV | 82.89 | 205.95 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 221 | 0.14 | 1.00 | 0 | 0.13 | 291.82 | 0.99 | 0.44 |
| Hex | BF | 1 | DD | E | 64 | 0 | D | 124 | 63 | 2C |
| Octal | 277 | 1 | 335 | 16 | 144 | 0 | 15 | 444 | 143 | 54 |
| Binary | 10111111 | 1 | 11011101 | 1110 | 1100100 | 0 | 1101 | 100100100 | 1100011 | 101100 |
Color Harmonies of #BF01DD
Complementary color
Monochromatic Colors of #BF01DD
Black with #BF01DD
Text Example
Text Example
White with #BF01DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF01DD; }
p { color: rgb(191,1,221); }
H1.HeaderClassName
{
color: #BF01DD;
}
.AnyTagClassName
{
color: #BF01DD;
}
</style>
background-color css
<style>
a { background-color: #BF01DD; }
a { background-color: rgb(191,1,221); }
div.DivClassName
{
background-color: #BF01DD;
}
.BgClassName
{
background-color: #BF01DD;
}
</style>
border-color css
<style>
span { border-color: #BF01DD; }
span { border-color: rgb(191,1,221); }
td.TdClassName
{
border-color: #BF01DD;
}
.TagClassName
{
border-color: #BF01DD;
}
</style>