Shades of Deep Magenta #BF15B9
Tints of Deep Magenta #BF15B9
RGB
CMYK
RGB Variations
Color information
#BF15B9 (or 0xBF15B9) is known color: Deep Magenta. HEX triplet: BF, 15 and B9. RGB value is (191,21,185). Sum of RGB (Red+Green+Blue) = 191+21+185=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF15B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF15B9 is #40EA46. Grayscale: #5A5A5A. Windows color (decimal): -4254279 or 12129727. OLE color: 12129727.
HSL color Cylindrical-coordinate representation of color #BF15B9: hue angle of 302.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF15B9 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 185 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.25 |
| HSL | 302.12º | 0.8% | 0.42% | - |
| HSV(B) | 302.12º | 0.89% | 0.75% | - |
| XYZ | 30.51 | 15.12 | 47.21 | - |
| YUV | 90.53 | 181.32 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 185 | 0 | 0.89 | 0.03 | 0.25 | 302.12 | 0.8 | 0.42 |
| Hex | BF | 15 | B9 | 0 | 59 | 3 | 19 | 12E | 50 | 2A |
| Octal | 277 | 25 | 271 | 0 | 131 | 3 | 31 | 456 | 120 | 52 |
| Binary | 10111111 | 10101 | 10111001 | 0 | 1011001 | 11 | 11001 | 100101110 | 1010000 | 101010 |
Color Harmonies of #BF15B9
Complementary color
Monochromatic Colors of #BF15B9
Black with #BF15B9
Text Example
Text Example
White with #BF15B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF15B9; }
p { color: rgb(191,21,185); }
H1.HeaderClassName
{
color: #BF15B9;
}
.AnyTagClassName
{
color: #BF15B9;
}
</style>
background-color css
<style>
a { background-color: #BF15B9; }
a { background-color: rgb(191,21,185); }
div.DivClassName
{
background-color: #BF15B9;
}
.BgClassName
{
background-color: #BF15B9;
}
</style>
border-color css
<style>
span { border-color: #BF15B9; }
span { border-color: rgb(191,21,185); }
td.TdClassName
{
border-color: #BF15B9;
}
.TagClassName
{
border-color: #BF15B9;
}
</style>