Shades of Deep Magenta #BF03D0
Tints of Deep Magenta #BF03D0
RGB
CMYK
RGB Variations
Color information
#BF03D0 (or 0xBF03D0) is known color: Deep Magenta. HEX triplet: BF, 03 and D0. RGB value is (191,3,208). Sum of RGB (Red+Green+Blue) = 191+3+208=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 3 (1.56% from 255 or 0.75% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF03D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF03D0 is #40FC2F. Grayscale: #515151. Windows color (decimal): -4258864 or 13632447. OLE color: 13632447.
HSL color Cylindrical-coordinate representation of color #BF03D0: hue angle of 295.02º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF03D0 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 3 | 208 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.18 |
| HSL | 295.02º | 0.97% | 0.41% | - |
| HSV(B) | 295.02º | 0.99% | 0.82% | - |
| XYZ | 32.9 | 15.7 | 60.97 | - |
| YUV | 82.58 | 198.78 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 208 | 0.08 | 0.99 | 0 | 0.18 | 295.02 | 0.97 | 0.41 |
| Hex | BF | 3 | D0 | 8 | 63 | 0 | 12 | 127 | 61 | 29 |
| Octal | 277 | 3 | 320 | 10 | 143 | 0 | 22 | 447 | 141 | 51 |
| Binary | 10111111 | 11 | 11010000 | 1000 | 1100011 | 0 | 10010 | 100100111 | 1100001 | 101001 |
Color Harmonies of #BF03D0
Complementary color
Monochromatic Colors of #BF03D0
Black with #BF03D0
Text Example
Text Example
White with #BF03D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF03D0; }
p { color: rgb(191,3,208); }
H1.HeaderClassName
{
color: #BF03D0;
}
.AnyTagClassName
{
color: #BF03D0;
}
</style>
background-color css
<style>
a { background-color: #BF03D0; }
a { background-color: rgb(191,3,208); }
div.DivClassName
{
background-color: #BF03D0;
}
.BgClassName
{
background-color: #BF03D0;
}
</style>
border-color css
<style>
span { border-color: #BF03D0; }
span { border-color: rgb(191,3,208); }
td.TdClassName
{
border-color: #BF03D0;
}
.TagClassName
{
border-color: #BF03D0;
}
</style>