Shades of Deep Magenta #BF0ADB
Tints of Deep Magenta #BF0ADB
RGB
CMYK
RGB Variations
Color information
#BF0ADB (or 0xBF0ADB) is known color: Deep Magenta. HEX triplet: BF, 0A and DB. RGB value is (191,10,219). Sum of RGB (Red+Green+Blue) = 191+10+219=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF0ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0ADB is #40F524. Grayscale: #575757. Windows color (decimal): -4257061 or 14355135. OLE color: 14355135.
HSL color Cylindrical-coordinate representation of color #BF0ADB: hue angle of 291.96º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0ADB is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 10 | 219 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.14 |
| HSL | 291.96º | 0.91% | 0.45% | - |
| HSV(B) | 291.96º | 0.95% | 0.86% | - |
| XYZ | 34.38 | 16.41 | 68.37 | - |
| YUV | 87.95 | 201.97 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 219 | 0.13 | 0.95 | 0 | 0.14 | 291.96 | 0.91 | 0.45 |
| Hex | BF | A | DB | D | 5F | 0 | E | 124 | 5B | 2D |
| Octal | 277 | 12 | 333 | 15 | 137 | 0 | 16 | 444 | 133 | 55 |
| Binary | 10111111 | 1010 | 11011011 | 1101 | 1011111 | 0 | 1110 | 100100100 | 1011011 | 101101 |
Color Harmonies of #BF0ADB
Complementary color
Monochromatic Colors of #BF0ADB
Black with #BF0ADB
Text Example
Text Example
White with #BF0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0ADB; }
p { color: rgb(191,10,219); }
H1.HeaderClassName
{
color: #BF0ADB;
}
.AnyTagClassName
{
color: #BF0ADB;
}
</style>
background-color css
<style>
a { background-color: #BF0ADB; }
a { background-color: rgb(191,10,219); }
div.DivClassName
{
background-color: #BF0ADB;
}
.BgClassName
{
background-color: #BF0ADB;
}
</style>
border-color css
<style>
span { border-color: #BF0ADB; }
span { border-color: rgb(191,10,219); }
td.TdClassName
{
border-color: #BF0ADB;
}
.TagClassName
{
border-color: #BF0ADB;
}
</style>