Shades of Deep Magenta #BF17B7
Tints of Deep Magenta #BF17B7
RGB
CMYK
RGB Variations
Color information
#BF17B7 (or 0xBF17B7) is known color: Deep Magenta. HEX triplet: BF, 17 and B7. RGB value is (191,23,183). Sum of RGB (Red+Green+Blue) = 191+23+183=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF17B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF17B7 is #40E848. Grayscale: #5A5A5A. Windows color (decimal): -4253769 or 11999167. OLE color: 11999167.
HSL color Cylindrical-coordinate representation of color #BF17B7: hue angle of 302.86º 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 #BF17B7 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 183 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.25 |
| HSL | 302.86º | 0.79% | 0.42% | - |
| HSV(B) | 302.86º | 0.88% | 0.75% | - |
| XYZ | 30.34 | 15.11 | 46.12 | - |
| YUV | 91.47 | 179.66 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 183 | 0 | 0.88 | 0.04 | 0.25 | 302.86 | 0.79 | 0.42 |
| Hex | BF | 17 | B7 | 0 | 58 | 4 | 19 | 12F | 4F | 2A |
| Octal | 277 | 27 | 267 | 0 | 130 | 4 | 31 | 457 | 117 | 52 |
| Binary | 10111111 | 10111 | 10110111 | 0 | 1011000 | 100 | 11001 | 100101111 | 1001111 | 101010 |
Color Harmonies of #BF17B7
Complementary color
Monochromatic Colors of #BF17B7
Black with #BF17B7
Text Example
Text Example
White with #BF17B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF17B7; }
p { color: rgb(191,23,183); }
H1.HeaderClassName
{
color: #BF17B7;
}
.AnyTagClassName
{
color: #BF17B7;
}
</style>
background-color css
<style>
a { background-color: #BF17B7; }
a { background-color: rgb(191,23,183); }
div.DivClassName
{
background-color: #BF17B7;
}
.BgClassName
{
background-color: #BF17B7;
}
</style>
border-color css
<style>
span { border-color: #BF17B7; }
span { border-color: rgb(191,23,183); }
td.TdClassName
{
border-color: #BF17B7;
}
.TagClassName
{
border-color: #BF17B7;
}
</style>