Shades of Deep Magenta #BF15D8
Tints of Deep Magenta #BF15D8
RGB
CMYK
RGB Variations
Color information
#BF15D8 (or 0xBF15D8) is known color: Deep Magenta. HEX triplet: BF, 15 and D8. RGB value is (191,21,216). Sum of RGB (Red+Green+Blue) = 191+21+216=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF15D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF15D8 is #40EA27. Grayscale: #5D5D5D. Windows color (decimal): -4254248 or 14161343. OLE color: 14161343.
HSL color Cylindrical-coordinate representation of color #BF15D8: hue angle of 292.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF15D8 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 21 | 216 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.15 |
| HSL | 292.31º | 0.82% | 0.46% | - |
| HSV(B) | 292.31º | 0.9% | 0.85% | - |
| XYZ | 34.15 | 16.57 | 66.36 | - |
| YUV | 94.06 | 196.82 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 216 | 0.12 | 0.90 | 0 | 0.15 | 292.31 | 0.82 | 0.46 |
| Hex | BF | 15 | D8 | C | 5A | 0 | F | 124 | 52 | 2E |
| Octal | 277 | 25 | 330 | 14 | 132 | 0 | 17 | 444 | 122 | 56 |
| Binary | 10111111 | 10101 | 11011000 | 1100 | 1011010 | 0 | 1111 | 100100100 | 1010010 | 101110 |
Color Harmonies of #BF15D8
Complementary color
Monochromatic Colors of #BF15D8
Black with #BF15D8
Text Example
Text Example
White with #BF15D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF15D8; }
p { color: rgb(191,21,216); }
H1.HeaderClassName
{
color: #BF15D8;
}
.AnyTagClassName
{
color: #BF15D8;
}
</style>
background-color css
<style>
a { background-color: #BF15D8; }
a { background-color: rgb(191,21,216); }
div.DivClassName
{
background-color: #BF15D8;
}
.BgClassName
{
background-color: #BF15D8;
}
</style>
border-color css
<style>
span { border-color: #BF15D8; }
span { border-color: rgb(191,21,216); }
td.TdClassName
{
border-color: #BF15D8;
}
.TagClassName
{
border-color: #BF15D8;
}
</style>