Shades of Deep Magenta #BF03DF
Tints of Deep Magenta #BF03DF
RGB
CMYK
RGB Variations
Color information
#BF03DF (or 0xBF03DF) is known color: Deep Magenta. HEX triplet: BF, 03 and DF. RGB value is (191,3,223). Sum of RGB (Red+Green+Blue) = 191+3+223=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF03DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF03DF is #40FC20. Grayscale: #535353. Windows color (decimal): -4258849 or 14615487. OLE color: 14615487.
HSL color Cylindrical-coordinate representation of color #BF03DF: hue angle of 291.27º 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 #BF03DF is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 3 | 223 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.13 |
| HSL | 291.27º | 0.97% | 0.44% | - |
| HSV(B) | 291.27º | 0.99% | 0.87% | - |
| XYZ | 34.84 | 16.47 | 71.15 | - |
| YUV | 84.29 | 206.28 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 223 | 0.14 | 0.99 | 0 | 0.13 | 291.27 | 0.97 | 0.44 |
| Hex | BF | 3 | DF | E | 63 | 0 | D | 123 | 61 | 2C |
| Octal | 277 | 3 | 337 | 16 | 143 | 0 | 15 | 443 | 141 | 54 |
| Binary | 10111111 | 11 | 11011111 | 1110 | 1100011 | 0 | 1101 | 100100011 | 1100001 | 101100 |
Color Harmonies of #BF03DF
Complementary color
Monochromatic Colors of #BF03DF
Black with #BF03DF
Text Example
Text Example
White with #BF03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF03DF; }
p { color: rgb(191,3,223); }
H1.HeaderClassName
{
color: #BF03DF;
}
.AnyTagClassName
{
color: #BF03DF;
}
</style>
background-color css
<style>
a { background-color: #BF03DF; }
a { background-color: rgb(191,3,223); }
div.DivClassName
{
background-color: #BF03DF;
}
.BgClassName
{
background-color: #BF03DF;
}
</style>
border-color css
<style>
span { border-color: #BF03DF; }
span { border-color: rgb(191,3,223); }
td.TdClassName
{
border-color: #BF03DF;
}
.TagClassName
{
border-color: #BF03DF;
}
</style>