Shades of Deep Magenta #BF00DD
Tints of Deep Magenta #BF00DD
RGB
CMYK
RGB Variations
Color information
#BF00DD (or 0xBF00DD) is known color: Deep Magenta. HEX triplet: BF, 00 and DD. RGB value is (191,0,221). Sum of RGB (Red+Green+Blue) = 191+0+221=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF00DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00DD is #40FF22. Grayscale: #515151. Windows color (decimal): -4259619 or 14483647. OLE color: 14483647.
HSL color Cylindrical-coordinate representation of color #BF00DD: hue angle of 291.86º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00DD is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 0 | 221 | - |
| CMYK | 0.14 | 1 | 0 | 0.13 |
| HSL | 291.86º | 1% | 0.43% | - |
| HSV(B) | 291.86º | 1% | 0.87% | - |
| XYZ | 34.54 | 16.3 | 69.73 | - |
| YUV | 82.3 | 206.28 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 221 | 0.14 | 1 | 0 | 0.13 | 291.86 | 1 | 0.43 |
| Hex | BF | 0 | DD | E | 64 | 0 | D | 124 | 64 | 2B |
| Octal | 277 | 0 | 335 | 16 | 144 | 0 | 15 | 444 | 144 | 53 |
| Binary | 10111111 | 0 | 11011101 | 1110 | 1100100 | 0 | 1101 | 100100100 | 1100100 | 101011 |
Color Harmonies of #BF00DD
Complementary color
Monochromatic Colors of #BF00DD
Black with #BF00DD
Text Example
Text Example
White with #BF00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF00DD; }
p { color: rgb(191,0,221); }
H1.HeaderClassName
{
color: #BF00DD;
}
.AnyTagClassName
{
color: #BF00DD;
}
</style>
background-color css
<style>
a { background-color: #BF00DD; }
a { background-color: rgb(191,0,221); }
div.DivClassName
{
background-color: #BF00DD;
}
.BgClassName
{
background-color: #BF00DD;
}
</style>
border-color css
<style>
span { border-color: #BF00DD; }
span { border-color: rgb(191,0,221); }
td.TdClassName
{
border-color: #BF00DD;
}
.TagClassName
{
border-color: #BF00DD;
}
</style>