Shades of Deep Magenta #BF15B7
Tints of Deep Magenta #BF15B7
RGB
CMYK
RGB Variations
Color information
#BF15B7 (or 0xBF15B7) is known color: Deep Magenta. HEX triplet: BF, 15 and B7. RGB value is (191,21,183). Sum of RGB (Red+Green+Blue) = 191+21+183=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF15B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF15B7 is #40EA48. Grayscale: #595959. Windows color (decimal): -4254281 or 11998655. OLE color: 11998655.
HSL color Cylindrical-coordinate representation of color #BF15B7: hue angle of 302.82º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF15B7 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 183 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.25 |
| HSL | 302.82º | 0.8% | 0.42% | - |
| HSV(B) | 302.82º | 0.89% | 0.75% | - |
| XYZ | 30.3 | 15.03 | 46.1 | - |
| YUV | 90.3 | 180.32 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 183 | 0 | 0.89 | 0.04 | 0.25 | 302.82 | 0.8 | 0.42 |
| Hex | BF | 15 | B7 | 0 | 59 | 4 | 19 | 12F | 50 | 2A |
| Octal | 277 | 25 | 267 | 0 | 131 | 4 | 31 | 457 | 120 | 52 |
| Binary | 10111111 | 10101 | 10110111 | 0 | 1011001 | 100 | 11001 | 100101111 | 1010000 | 101010 |
Color Harmonies of #BF15B7
Complementary color
Monochromatic Colors of #BF15B7
Black with #BF15B7
Text Example
Text Example
White with #BF15B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF15B7; }
p { color: rgb(191,21,183); }
H1.HeaderClassName
{
color: #BF15B7;
}
.AnyTagClassName
{
color: #BF15B7;
}
</style>
background-color css
<style>
a { background-color: #BF15B7; }
a { background-color: rgb(191,21,183); }
div.DivClassName
{
background-color: #BF15B7;
}
.BgClassName
{
background-color: #BF15B7;
}
</style>
border-color css
<style>
span { border-color: #BF15B7; }
span { border-color: rgb(191,21,183); }
td.TdClassName
{
border-color: #BF15B7;
}
.TagClassName
{
border-color: #BF15B7;
}
</style>