Shades of Deep Magenta #BF0DDA
Tints of Deep Magenta #BF0DDA
RGB
CMYK
RGB Variations
Color information
#BF0DDA (or 0xBF0DDA) is known color: Deep Magenta. HEX triplet: BF, 0D and DA. RGB value is (191,13,218). Sum of RGB (Red+Green+Blue) = 191+13+218=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF0DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0DDA is #40F225. Grayscale: #585858. Windows color (decimal): -4256294 or 14290367. OLE color: 14290367.
HSL color Cylindrical-coordinate representation of color #BF0DDA: hue angle of 292.1º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0DDA is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 13 | 218 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.15 |
| HSL | 292.1º | 0.89% | 0.45% | - |
| HSV(B) | 292.1º | 0.94% | 0.85% | - |
| XYZ | 34.28 | 16.43 | 67.69 | - |
| YUV | 89.59 | 200.47 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 218 | 0.12 | 0.94 | 0 | 0.15 | 292.1 | 0.89 | 0.45 |
| Hex | BF | D | DA | C | 5E | 0 | F | 124 | 59 | 2D |
| Octal | 277 | 15 | 332 | 14 | 136 | 0 | 17 | 444 | 131 | 55 |
| Binary | 10111111 | 1101 | 11011010 | 1100 | 1011110 | 0 | 1111 | 100100100 | 1011001 | 101101 |
Color Harmonies of #BF0DDA
Complementary color
Monochromatic Colors of #BF0DDA
Black with #BF0DDA
Text Example
Text Example
White with #BF0DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DDA; }
p { color: rgb(191,13,218); }
H1.HeaderClassName
{
color: #BF0DDA;
}
.AnyTagClassName
{
color: #BF0DDA;
}
</style>
background-color css
<style>
a { background-color: #BF0DDA; }
a { background-color: rgb(191,13,218); }
div.DivClassName
{
background-color: #BF0DDA;
}
.BgClassName
{
background-color: #BF0DDA;
}
</style>
border-color css
<style>
span { border-color: #BF0DDA; }
span { border-color: rgb(191,13,218); }
td.TdClassName
{
border-color: #BF0DDA;
}
.TagClassName
{
border-color: #BF0DDA;
}
</style>