Shades of Deep Magenta #BF0DDF
Tints of Deep Magenta #BF0DDF
RGB
CMYK
RGB Variations
Color information
#BF0DDF (or 0xBF0DDF) is known color: Deep Magenta. HEX triplet: BF, 0D and DF. RGB value is (191,13,223). Sum of RGB (Red+Green+Blue) = 191+13+223=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF0DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0DDF is #40F220. Grayscale: #595959. Windows color (decimal): -4256289 or 14618047. OLE color: 14618047.
HSL color Cylindrical-coordinate representation of color #BF0DDF: hue angle of 290.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0DDF is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 13 | 223 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.13 |
| HSL | 290.86º | 0.89% | 0.46% | - |
| HSV(B) | 290.86º | 0.94% | 0.87% | - |
| XYZ | 34.95 | 16.69 | 71.19 | - |
| YUV | 90.16 | 202.97 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 223 | 0.14 | 0.94 | 0 | 0.13 | 290.86 | 0.89 | 0.46 |
| Hex | BF | D | DF | E | 5E | 0 | D | 123 | 59 | 2E |
| Octal | 277 | 15 | 337 | 16 | 136 | 0 | 15 | 443 | 131 | 56 |
| Binary | 10111111 | 1101 | 11011111 | 1110 | 1011110 | 0 | 1101 | 100100011 | 1011001 | 101110 |
Color Harmonies of #BF0DDF
Complementary color
Monochromatic Colors of #BF0DDF
Black with #BF0DDF
Text Example
Text Example
White with #BF0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DDF; }
p { color: rgb(191,13,223); }
H1.HeaderClassName
{
color: #BF0DDF;
}
.AnyTagClassName
{
color: #BF0DDF;
}
</style>
background-color css
<style>
a { background-color: #BF0DDF; }
a { background-color: rgb(191,13,223); }
div.DivClassName
{
background-color: #BF0DDF;
}
.BgClassName
{
background-color: #BF0DDF;
}
</style>
border-color css
<style>
span { border-color: #BF0DDF; }
span { border-color: rgb(191,13,223); }
td.TdClassName
{
border-color: #BF0DDF;
}
.TagClassName
{
border-color: #BF0DDF;
}
</style>