Shades of Deep Magenta #BF0FDD
Tints of Deep Magenta #BF0FDD
RGB
CMYK
RGB Variations
Color information
#BF0FDD (or 0xBF0FDD) is known color: Deep Magenta. HEX triplet: BF, 0F and DD. RGB value is (191,15,221). Sum of RGB (Red+Green+Blue) = 191+15+221=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF0FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0FDD is #40F022. Grayscale: #5A5A5A. Windows color (decimal): -4255779 or 14487487. OLE color: 14487487.
HSL color Cylindrical-coordinate representation of color #BF0FDD: hue angle of 291.26º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0FDD is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 15 | 221 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.13 |
| HSL | 291.26º | 0.87% | 0.46% | - |
| HSV(B) | 291.26º | 0.93% | 0.87% | - |
| XYZ | 34.71 | 16.64 | 69.79 | - |
| YUV | 91.11 | 201.31 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 221 | 0.14 | 0.93 | 0 | 0.13 | 291.26 | 0.87 | 0.46 |
| Hex | BF | F | DD | E | 5D | 0 | D | 123 | 57 | 2E |
| Octal | 277 | 17 | 335 | 16 | 135 | 0 | 15 | 443 | 127 | 56 |
| Binary | 10111111 | 1111 | 11011101 | 1110 | 1011101 | 0 | 1101 | 100100011 | 1010111 | 101110 |
Color Harmonies of #BF0FDD
Complementary color
Monochromatic Colors of #BF0FDD
Black with #BF0FDD
Text Example
Text Example
White with #BF0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FDD; }
p { color: rgb(191,15,221); }
H1.HeaderClassName
{
color: #BF0FDD;
}
.AnyTagClassName
{
color: #BF0FDD;
}
</style>
background-color css
<style>
a { background-color: #BF0FDD; }
a { background-color: rgb(191,15,221); }
div.DivClassName
{
background-color: #BF0FDD;
}
.BgClassName
{
background-color: #BF0FDD;
}
</style>
border-color css
<style>
span { border-color: #BF0FDD; }
span { border-color: rgb(191,15,221); }
td.TdClassName
{
border-color: #BF0FDD;
}
.TagClassName
{
border-color: #BF0FDD;
}
</style>