Shades of Deep Magenta #BF05D1
Tints of Deep Magenta #BF05D1
RGB
CMYK
RGB Variations
Color information
#BF05D1 (or 0xBF05D1) is known color: Deep Magenta. HEX triplet: BF, 05 and D1. RGB value is (191,5,209). Sum of RGB (Red+Green+Blue) = 191+5+209=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF05D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF05D1 is #40FA2E. Grayscale: #535353. Windows color (decimal): -4258351 or 13698495. OLE color: 13698495.
HSL color Cylindrical-coordinate representation of color #BF05D1: hue angle of 294.71º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF05D1 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 5 | 209 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.18 |
| HSL | 294.71º | 0.95% | 0.42% | - |
| HSV(B) | 294.71º | 0.98% | 0.82% | - |
| XYZ | 33.05 | 15.79 | 61.63 | - |
| YUV | 83.87 | 198.62 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 5 | 209 | 0.09 | 0.98 | 0 | 0.18 | 294.71 | 0.95 | 0.42 |
| Hex | BF | 5 | D1 | 9 | 62 | 0 | 12 | 127 | 5F | 2A |
| Octal | 277 | 5 | 321 | 11 | 142 | 0 | 22 | 447 | 137 | 52 |
| Binary | 10111111 | 101 | 11010001 | 1001 | 1100010 | 0 | 10010 | 100100111 | 1011111 | 101010 |
Color Harmonies of #BF05D1
Complementary color
Monochromatic Colors of #BF05D1
Black with #BF05D1
Text Example
Text Example
White with #BF05D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF05D1; }
p { color: rgb(191,5,209); }
H1.HeaderClassName
{
color: #BF05D1;
}
.AnyTagClassName
{
color: #BF05D1;
}
</style>
background-color css
<style>
a { background-color: #BF05D1; }
a { background-color: rgb(191,5,209); }
div.DivClassName
{
background-color: #BF05D1;
}
.BgClassName
{
background-color: #BF05D1;
}
</style>
border-color css
<style>
span { border-color: #BF05D1; }
span { border-color: rgb(191,5,209); }
td.TdClassName
{
border-color: #BF05D1;
}
.TagClassName
{
border-color: #BF05D1;
}
</style>