Shades of Deep Magenta #BF03DD
Tints of Deep Magenta #BF03DD
RGB
CMYK
RGB Variations
Color information
#BF03DD (or 0xBF03DD) is known color: Deep Magenta. HEX triplet: BF, 03 and DD. RGB value is (191,3,221). Sum of RGB (Red+Green+Blue) = 191+3+221=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 3 (1.56% from 255 or 0.72% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF03DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF03DD is #40FC22. Grayscale: #535353. Windows color (decimal): -4258851 or 14484415. OLE color: 14484415.
HSL color Cylindrical-coordinate representation of color #BF03DD: hue angle of 291.74º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF03DD is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 3 | 221 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.13 |
| HSL | 291.74º | 0.97% | 0.44% | - |
| HSV(B) | 291.74º | 0.99% | 0.87% | - |
| XYZ | 34.57 | 16.36 | 69.74 | - |
| YUV | 84.06 | 205.28 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 221 | 0.14 | 0.99 | 0 | 0.13 | 291.74 | 0.97 | 0.44 |
| Hex | BF | 3 | DD | E | 63 | 0 | D | 124 | 61 | 2C |
| Octal | 277 | 3 | 335 | 16 | 143 | 0 | 15 | 444 | 141 | 54 |
| Binary | 10111111 | 11 | 11011101 | 1110 | 1100011 | 0 | 1101 | 100100100 | 1100001 | 101100 |
Color Harmonies of #BF03DD
Complementary color
Monochromatic Colors of #BF03DD
Black with #BF03DD
Text Example
Text Example
White with #BF03DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF03DD; }
p { color: rgb(191,3,221); }
H1.HeaderClassName
{
color: #BF03DD;
}
.AnyTagClassName
{
color: #BF03DD;
}
</style>
background-color css
<style>
a { background-color: #BF03DD; }
a { background-color: rgb(191,3,221); }
div.DivClassName
{
background-color: #BF03DD;
}
.BgClassName
{
background-color: #BF03DD;
}
</style>
border-color css
<style>
span { border-color: #BF03DD; }
span { border-color: rgb(191,3,221); }
td.TdClassName
{
border-color: #BF03DD;
}
.TagClassName
{
border-color: #BF03DD;
}
</style>