Shades of Deep Magenta #BF0DD6
Tints of Deep Magenta #BF0DD6
RGB
CMYK
RGB Variations
Color information
#BF0DD6 (or 0xBF0DD6) is known color: Deep Magenta. HEX triplet: BF, 0D and D6. RGB value is (191,13,214). Sum of RGB (Red+Green+Blue) = 191+13+214=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF0DD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0DD6 is #40F229. Grayscale: #585858. Windows color (decimal): -4256298 or 14028223. OLE color: 14028223.
HSL color Cylindrical-coordinate representation of color #BF0DD6: hue angle of 293.13º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0DD6 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 13 | 214 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.16 |
| HSL | 293.13º | 0.89% | 0.45% | - |
| HSV(B) | 293.13º | 0.94% | 0.84% | - |
| XYZ | 33.77 | 16.22 | 64.97 | - |
| YUV | 89.14 | 198.47 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 214 | 0.11 | 0.94 | 0 | 0.16 | 293.13 | 0.89 | 0.45 |
| Hex | BF | D | D6 | B | 5E | 0 | 10 | 125 | 59 | 2D |
| Octal | 277 | 15 | 326 | 13 | 136 | 0 | 20 | 445 | 131 | 55 |
| Binary | 10111111 | 1101 | 11010110 | 1011 | 1011110 | 0 | 10000 | 100100101 | 1011001 | 101101 |
Color Harmonies of #BF0DD6
Complementary color
Monochromatic Colors of #BF0DD6
Black with #BF0DD6
Text Example
Text Example
White with #BF0DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DD6; }
p { color: rgb(191,13,214); }
H1.HeaderClassName
{
color: #BF0DD6;
}
.AnyTagClassName
{
color: #BF0DD6;
}
</style>
background-color css
<style>
a { background-color: #BF0DD6; }
a { background-color: rgb(191,13,214); }
div.DivClassName
{
background-color: #BF0DD6;
}
.BgClassName
{
background-color: #BF0DD6;
}
</style>
border-color css
<style>
span { border-color: #BF0DD6; }
span { border-color: rgb(191,13,214); }
td.TdClassName
{
border-color: #BF0DD6;
}
.TagClassName
{
border-color: #BF0DD6;
}
</style>