Shades of Deep Magenta #BF19B0
Tints of Deep Magenta #BF19B0
RGB
CMYK
RGB Variations
Color information
#BF19B0 (or 0xBF19B0) is known color: Deep Magenta. HEX triplet: BF, 19 and B0. RGB value is (191,25,176). Sum of RGB (Red+Green+Blue) = 191+25+176=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF19B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF19B0 is #40E64F. Grayscale: #5B5B5B. Windows color (decimal): -4253264 or 11540927. OLE color: 11540927.
HSL color Cylindrical-coordinate representation of color #BF19B0: hue angle of 305.42º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF19B0 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 176 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.25 |
| HSL | 305.42º | 0.77% | 0.42% | - |
| HSV(B) | 305.42º | 0.87% | 0.75% | - |
| XYZ | 29.67 | 14.91 | 42.39 | - |
| YUV | 91.85 | 175.5 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 176 | 0 | 0.87 | 0.08 | 0.25 | 305.42 | 0.77 | 0.42 |
| Hex | BF | 19 | B0 | 0 | 57 | 8 | 19 | 131 | 4D | 2A |
| Octal | 277 | 31 | 260 | 0 | 127 | 10 | 31 | 461 | 115 | 52 |
| Binary | 10111111 | 11001 | 10110000 | 0 | 1010111 | 1000 | 11001 | 100110001 | 1001101 | 101010 |
Color Harmonies of #BF19B0
Complementary color
Monochromatic Colors of #BF19B0
Black with #BF19B0
Text Example
Text Example
White with #BF19B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF19B0; }
p { color: rgb(191,25,176); }
H1.HeaderClassName
{
color: #BF19B0;
}
.AnyTagClassName
{
color: #BF19B0;
}
</style>
background-color css
<style>
a { background-color: #BF19B0; }
a { background-color: rgb(191,25,176); }
div.DivClassName
{
background-color: #BF19B0;
}
.BgClassName
{
background-color: #BF19B0;
}
</style>
border-color css
<style>
span { border-color: #BF19B0; }
span { border-color: rgb(191,25,176); }
td.TdClassName
{
border-color: #BF19B0;
}
.TagClassName
{
border-color: #BF19B0;
}
</style>