Shades of Deep Magenta #BF19B5
Tints of Deep Magenta #BF19B5
RGB
CMYK
RGB Variations
Color information
#BF19B5 (or 0xBF19B5) is known color: Deep Magenta. HEX triplet: BF, 19 and B5. RGB value is (191,25,181). Sum of RGB (Red+Green+Blue) = 191+25+181=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF19B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF19B5 is #40E64A. Grayscale: #5B5B5B. Windows color (decimal): -4253259 or 11868607. OLE color: 11868607.
HSL color Cylindrical-coordinate representation of color #BF19B5: hue angle of 303.61º 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 #BF19B5 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 181 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.25 |
| HSL | 303.61º | 0.77% | 0.42% | - |
| HSV(B) | 303.61º | 0.87% | 0.75% | - |
| XYZ | 30.17 | 15.11 | 45.04 | - |
| YUV | 92.42 | 178 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 181 | 0 | 0.87 | 0.05 | 0.25 | 303.61 | 0.77 | 0.42 |
| Hex | BF | 19 | B5 | 0 | 57 | 5 | 19 | 130 | 4D | 2A |
| Octal | 277 | 31 | 265 | 0 | 127 | 5 | 31 | 460 | 115 | 52 |
| Binary | 10111111 | 11001 | 10110101 | 0 | 1010111 | 101 | 11001 | 100110000 | 1001101 | 101010 |
Color Harmonies of #BF19B5
Complementary color
Monochromatic Colors of #BF19B5
Black with #BF19B5
Text Example
Text Example
White with #BF19B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF19B5; }
p { color: rgb(191,25,181); }
H1.HeaderClassName
{
color: #BF19B5;
}
.AnyTagClassName
{
color: #BF19B5;
}
</style>
background-color css
<style>
a { background-color: #BF19B5; }
a { background-color: rgb(191,25,181); }
div.DivClassName
{
background-color: #BF19B5;
}
.BgClassName
{
background-color: #BF19B5;
}
</style>
border-color css
<style>
span { border-color: #BF19B5; }
span { border-color: rgb(191,25,181); }
td.TdClassName
{
border-color: #BF19B5;
}
.TagClassName
{
border-color: #BF19B5;
}
</style>