Shades of Deep Magenta #BF15D5
Tints of Deep Magenta #BF15D5
RGB
CMYK
RGB Variations
Color information
#BF15D5 (or 0xBF15D5) is known color: Deep Magenta. HEX triplet: BF, 15 and D5. RGB value is (191,21,213). Sum of RGB (Red+Green+Blue) = 191+21+213=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF15D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF15D5 is #40EA2A. Grayscale: #5D5D5D. Windows color (decimal): -4254251 or 13964735. OLE color: 13964735.
HSL color Cylindrical-coordinate representation of color #BF15D5: hue angle of 293.12º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF15D5 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 21 | 213 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.16 |
| HSL | 293.13º | 0.82% | 0.46% | - |
| HSV(B) | 293.13º | 0.9% | 0.84% | - |
| XYZ | 33.76 | 16.42 | 64.34 | - |
| YUV | 93.72 | 195.32 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 213 | 0.10 | 0.90 | 0 | 0.16 | 293.13 | 0.82 | 0.46 |
| Hex | BF | 15 | D5 | A | 5A | 0 | 10 | 125 | 52 | 2E |
| Octal | 277 | 25 | 325 | 12 | 132 | 0 | 20 | 445 | 122 | 56 |
| Binary | 10111111 | 10101 | 11010101 | 1010 | 1011010 | 0 | 10000 | 100100101 | 1010010 | 101110 |
Color Harmonies of #BF15D5
Complementary color
Monochromatic Colors of #BF15D5
Black with #BF15D5
Text Example
Text Example
White with #BF15D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF15D5; }
p { color: rgb(191,21,213); }
H1.HeaderClassName
{
color: #BF15D5;
}
.AnyTagClassName
{
color: #BF15D5;
}
</style>
background-color css
<style>
a { background-color: #BF15D5; }
a { background-color: rgb(191,21,213); }
div.DivClassName
{
background-color: #BF15D5;
}
.BgClassName
{
background-color: #BF15D5;
}
</style>
border-color css
<style>
span { border-color: #BF15D5; }
span { border-color: rgb(191,21,213); }
td.TdClassName
{
border-color: #BF15D5;
}
.TagClassName
{
border-color: #BF15D5;
}
</style>