Shades of Deep Magenta #BF17B9
Tints of Deep Magenta #BF17B9
RGB
CMYK
RGB Variations
Color information
#BF17B9 (or 0xBF17B9) is known color: Deep Magenta. HEX triplet: BF, 17 and B9. RGB value is (191,23,185). Sum of RGB (Red+Green+Blue) = 191+23+185=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF17B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF17B9 is #40E846. Grayscale: #5B5B5B. Windows color (decimal): -4253767 or 12130239. OLE color: 12130239.
HSL color Cylindrical-coordinate representation of color #BF17B9: hue angle of 302.14º 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 #BF17B9 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 185 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.25 |
| HSL | 302.14º | 0.79% | 0.42% | - |
| HSV(B) | 302.14º | 0.88% | 0.75% | - |
| XYZ | 30.55 | 15.19 | 47.22 | - |
| YUV | 91.7 | 180.66 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 185 | 0 | 0.88 | 0.03 | 0.25 | 302.14 | 0.79 | 0.42 |
| Hex | BF | 17 | B9 | 0 | 58 | 3 | 19 | 12E | 4F | 2A |
| Octal | 277 | 27 | 271 | 0 | 130 | 3 | 31 | 456 | 117 | 52 |
| Binary | 10111111 | 10111 | 10111001 | 0 | 1011000 | 11 | 11001 | 100101110 | 1001111 | 101010 |
Color Harmonies of #BF17B9
Complementary color
Monochromatic Colors of #BF17B9
Black with #BF17B9
Text Example
Text Example
White with #BF17B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF17B9; }
p { color: rgb(191,23,185); }
H1.HeaderClassName
{
color: #BF17B9;
}
.AnyTagClassName
{
color: #BF17B9;
}
</style>
background-color css
<style>
a { background-color: #BF17B9; }
a { background-color: rgb(191,23,185); }
div.DivClassName
{
background-color: #BF17B9;
}
.BgClassName
{
background-color: #BF17B9;
}
</style>
border-color css
<style>
span { border-color: #BF17B9; }
span { border-color: rgb(191,23,185); }
td.TdClassName
{
border-color: #BF17B9;
}
.TagClassName
{
border-color: #BF17B9;
}
</style>