Shades of Deep Magenta #BF0ADE
Tints of Deep Magenta #BF0ADE
RGB
CMYK
RGB Variations
Color information
#BF0ADE (or 0xBF0ADE) is known color: Deep Magenta. HEX triplet: BF, 0A and DE. RGB value is (191,10,222). Sum of RGB (Red+Green+Blue) = 191+10+222=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF0ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0ADE is #40F521. Grayscale: #575757. Windows color (decimal): -4257058 or 14551743. OLE color: 14551743.
HSL color Cylindrical-coordinate representation of color #BF0ADE: hue angle of 291.23º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0ADE is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 10 | 222 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.13 |
| HSL | 291.23º | 0.91% | 0.45% | - |
| HSV(B) | 291.23º | 0.95% | 0.87% | - |
| XYZ | 34.78 | 16.57 | 70.47 | - |
| YUV | 88.29 | 203.47 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 222 | 0.14 | 0.95 | 0 | 0.13 | 291.23 | 0.91 | 0.45 |
| Hex | BF | A | DE | E | 5F | 0 | D | 123 | 5B | 2D |
| Octal | 277 | 12 | 336 | 16 | 137 | 0 | 15 | 443 | 133 | 55 |
| Binary | 10111111 | 1010 | 11011110 | 1110 | 1011111 | 0 | 1101 | 100100011 | 1011011 | 101101 |
Color Harmonies of #BF0ADE
Complementary color
Monochromatic Colors of #BF0ADE
Black with #BF0ADE
Text Example
Text Example
White with #BF0ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0ADE; }
p { color: rgb(191,10,222); }
H1.HeaderClassName
{
color: #BF0ADE;
}
.AnyTagClassName
{
color: #BF0ADE;
}
</style>
background-color css
<style>
a { background-color: #BF0ADE; }
a { background-color: rgb(191,10,222); }
div.DivClassName
{
background-color: #BF0ADE;
}
.BgClassName
{
background-color: #BF0ADE;
}
</style>
border-color css
<style>
span { border-color: #BF0ADE; }
span { border-color: rgb(191,10,222); }
td.TdClassName
{
border-color: #BF0ADE;
}
.TagClassName
{
border-color: #BF0ADE;
}
</style>