Shades of Deep Magenta #BF16B9
Tints of Deep Magenta #BF16B9
RGB
CMYK
RGB Variations
Color information
#BF16B9 (or 0xBF16B9) is known color: Deep Magenta. HEX triplet: BF, 16 and B9. RGB value is (191,22,185). Sum of RGB (Red+Green+Blue) = 191+22+185=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF16B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF16B9 is #40E946. Grayscale: #5A5A5A. Windows color (decimal): -4254023 or 12129983. OLE color: 12129983.
HSL color Cylindrical-coordinate representation of color #BF16B9: hue angle of 302.13º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF16B9 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 185 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.25 |
| HSL | 302.13º | 0.79% | 0.42% | - |
| HSV(B) | 302.13º | 0.88% | 0.75% | - |
| XYZ | 30.53 | 15.15 | 47.21 | - |
| YUV | 91.11 | 180.99 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 185 | 0 | 0.88 | 0.03 | 0.25 | 302.13 | 0.79 | 0.42 |
| Hex | BF | 16 | B9 | 0 | 58 | 3 | 19 | 12E | 4F | 2A |
| Octal | 277 | 26 | 271 | 0 | 130 | 3 | 31 | 456 | 117 | 52 |
| Binary | 10111111 | 10110 | 10111001 | 0 | 1011000 | 11 | 11001 | 100101110 | 1001111 | 101010 |
Color Harmonies of #BF16B9
Complementary color
Monochromatic Colors of #BF16B9
Black with #BF16B9
Text Example
Text Example
White with #BF16B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF16B9; }
p { color: rgb(191,22,185); }
H1.HeaderClassName
{
color: #BF16B9;
}
.AnyTagClassName
{
color: #BF16B9;
}
</style>
background-color css
<style>
a { background-color: #BF16B9; }
a { background-color: rgb(191,22,185); }
div.DivClassName
{
background-color: #BF16B9;
}
.BgClassName
{
background-color: #BF16B9;
}
</style>
border-color css
<style>
span { border-color: #BF16B9; }
span { border-color: rgb(191,22,185); }
td.TdClassName
{
border-color: #BF16B9;
}
.TagClassName
{
border-color: #BF16B9;
}
</style>