Shades of Deep Magenta #BF0ADF
Tints of Deep Magenta #BF0ADF
RGB
CMYK
RGB Variations
Color information
#BF0ADF (or 0xBF0ADF) is known color: Deep Magenta. HEX triplet: BF, 0A and DF. RGB value is (191,10,223). Sum of RGB (Red+Green+Blue) = 191+10+223=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF0ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0ADF is #40F520. Grayscale: #575757. Windows color (decimal): -4257057 or 14617279. OLE color: 14617279.
HSL color Cylindrical-coordinate representation of color #BF0ADF: hue angle of 290.99º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0ADF is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 10 | 223 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.13 |
| HSL | 290.99º | 0.91% | 0.46% | - |
| HSV(B) | 290.99º | 0.96% | 0.87% | - |
| XYZ | 34.91 | 16.62 | 71.18 | - |
| YUV | 88.4 | 203.97 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 223 | 0.14 | 0.96 | 0 | 0.13 | 290.99 | 0.91 | 0.46 |
| Hex | BF | A | DF | E | 60 | 0 | D | 123 | 5B | 2E |
| Octal | 277 | 12 | 337 | 16 | 140 | 0 | 15 | 443 | 133 | 56 |
| Binary | 10111111 | 1010 | 11011111 | 1110 | 1100000 | 0 | 1101 | 100100011 | 1011011 | 101110 |
Color Harmonies of #BF0ADF
Complementary color
Monochromatic Colors of #BF0ADF
Black with #BF0ADF
Text Example
Text Example
White with #BF0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0ADF; }
p { color: rgb(191,10,223); }
H1.HeaderClassName
{
color: #BF0ADF;
}
.AnyTagClassName
{
color: #BF0ADF;
}
</style>
background-color css
<style>
a { background-color: #BF0ADF; }
a { background-color: rgb(191,10,223); }
div.DivClassName
{
background-color: #BF0ADF;
}
.BgClassName
{
background-color: #BF0ADF;
}
</style>
border-color css
<style>
span { border-color: #BF0ADF; }
span { border-color: rgb(191,10,223); }
td.TdClassName
{
border-color: #BF0ADF;
}
.TagClassName
{
border-color: #BF0ADF;
}
</style>