Shades of Deep Magenta #BF1ADB
Tints of Deep Magenta #BF1ADB
RGB
CMYK
RGB Variations
Color information
#BF1ADB (or 0xBF1ADB) is known color: Deep Magenta. HEX triplet: BF, 1A and DB. RGB value is (191,26,219). Sum of RGB (Red+Green+Blue) = 191+26+219=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF1ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1ADB is #40E524. Grayscale: #606060. Windows color (decimal): -4252965 or 14359231. OLE color: 14359231.
HSL color Cylindrical-coordinate representation of color #BF1ADB: hue angle of 291.3º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1ADB is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 26 | 219 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.14 |
| HSL | 291.3º | 0.79% | 0.48% | - |
| HSV(B) | 291.3º | 0.88% | 0.86% | - |
| XYZ | 34.64 | 16.93 | 68.46 | - |
| YUV | 97.34 | 196.66 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 26 | 219 | 0.13 | 0.88 | 0 | 0.14 | 291.3 | 0.79 | 0.48 |
| Hex | BF | 1A | DB | D | 58 | 0 | E | 123 | 4F | 30 |
| Octal | 277 | 32 | 333 | 15 | 130 | 0 | 16 | 443 | 117 | 60 |
| Binary | 10111111 | 11010 | 11011011 | 1101 | 1011000 | 0 | 1110 | 100100011 | 1001111 | 110000 |
Color Harmonies of #BF1ADB
Complementary color
Monochromatic Colors of #BF1ADB
Black with #BF1ADB
Text Example
Text Example
White with #BF1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1ADB; }
p { color: rgb(191,26,219); }
H1.HeaderClassName
{
color: #BF1ADB;
}
.AnyTagClassName
{
color: #BF1ADB;
}
</style>
background-color css
<style>
a { background-color: #BF1ADB; }
a { background-color: rgb(191,26,219); }
div.DivClassName
{
background-color: #BF1ADB;
}
.BgClassName
{
background-color: #BF1ADB;
}
</style>
border-color css
<style>
span { border-color: #BF1ADB; }
span { border-color: rgb(191,26,219); }
td.TdClassName
{
border-color: #BF1ADB;
}
.TagClassName
{
border-color: #BF1ADB;
}
</style>