Shades of Deep Magenta #BF1AB9
Tints of Deep Magenta #BF1AB9
RGB
CMYK
RGB Variations
Color information
#BF1AB9 (or 0xBF1AB9) is known color: Deep Magenta. HEX triplet: BF, 1A and B9. RGB value is (191,26,185). Sum of RGB (Red+Green+Blue) = 191+26+185=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1AB9 is #40E546. Grayscale: #5C5C5C. Windows color (decimal): -4252999 or 12131007. OLE color: 12131007.
HSL color Cylindrical-coordinate representation of color #BF1AB9: hue angle of 302.18º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1AB9 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 26 | 185 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.25 |
| HSL | 302.18º | 0.76% | 0.43% | - |
| HSV(B) | 302.18º | 0.86% | 0.75% | - |
| XYZ | 30.61 | 15.32 | 47.24 | - |
| YUV | 93.46 | 179.66 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 26 | 185 | 0 | 0.86 | 0.03 | 0.25 | 302.18 | 0.76 | 0.43 |
| Hex | BF | 1A | B9 | 0 | 56 | 3 | 19 | 12E | 4C | 2B |
| Octal | 277 | 32 | 271 | 0 | 126 | 3 | 31 | 456 | 114 | 53 |
| Binary | 10111111 | 11010 | 10111001 | 0 | 1010110 | 11 | 11001 | 100101110 | 1001100 | 101011 |
Color Harmonies of #BF1AB9
Complementary color
Monochromatic Colors of #BF1AB9
Black with #BF1AB9
Text Example
Text Example
White with #BF1AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1AB9; }
p { color: rgb(191,26,185); }
H1.HeaderClassName
{
color: #BF1AB9;
}
.AnyTagClassName
{
color: #BF1AB9;
}
</style>
background-color css
<style>
a { background-color: #BF1AB9; }
a { background-color: rgb(191,26,185); }
div.DivClassName
{
background-color: #BF1AB9;
}
.BgClassName
{
background-color: #BF1AB9;
}
</style>
border-color css
<style>
span { border-color: #BF1AB9; }
span { border-color: rgb(191,26,185); }
td.TdClassName
{
border-color: #BF1AB9;
}
.TagClassName
{
border-color: #BF1AB9;
}
</style>