Shades of Deep Magenta #BF15C9
Tints of Deep Magenta #BF15C9
RGB
CMYK
RGB Variations
Color information
#BF15C9 (or 0xBF15C9) is known color: Deep Magenta. HEX triplet: BF, 15 and C9. RGB value is (191,21,201). Sum of RGB (Red+Green+Blue) = 191+21+201=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF15C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF15C9 is #40EA36. Grayscale: #5B5B5B. Windows color (decimal): -4254263 or 13178303. OLE color: 13178303.
HSL color Cylindrical-coordinate representation of color #BF15C9: hue angle of 296.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF15C9 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 21 | 201 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.21 |
| HSL | 296.67º | 0.81% | 0.44% | - |
| HSV(B) | 296.67º | 0.9% | 0.79% | - |
| XYZ | 32.3 | 15.83 | 56.61 | - |
| YUV | 92.35 | 189.32 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 201 | 0.05 | 0.90 | 0 | 0.21 | 296.67 | 0.81 | 0.44 |
| Hex | BF | 15 | C9 | 5 | 5A | 0 | 15 | 129 | 51 | 2C |
| Octal | 277 | 25 | 311 | 5 | 132 | 0 | 25 | 451 | 121 | 54 |
| Binary | 10111111 | 10101 | 11001001 | 101 | 1011010 | 0 | 10101 | 100101001 | 1010001 | 101100 |
Color Harmonies of #BF15C9
Complementary color
Monochromatic Colors of #BF15C9
Black with #BF15C9
Text Example
Text Example
White with #BF15C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF15C9; }
p { color: rgb(191,21,201); }
H1.HeaderClassName
{
color: #BF15C9;
}
.AnyTagClassName
{
color: #BF15C9;
}
</style>
background-color css
<style>
a { background-color: #BF15C9; }
a { background-color: rgb(191,21,201); }
div.DivClassName
{
background-color: #BF15C9;
}
.BgClassName
{
background-color: #BF15C9;
}
</style>
border-color css
<style>
span { border-color: #BF15C9; }
span { border-color: rgb(191,21,201); }
td.TdClassName
{
border-color: #BF15C9;
}
.TagClassName
{
border-color: #BF15C9;
}
</style>