Shades of Deep Magenta #BF15B0
Tints of Deep Magenta #BF15B0
RGB
CMYK
RGB Variations
Color information
#BF15B0 (or 0xBF15B0) is known color: Deep Magenta. HEX triplet: BF, 15 and B0. RGB value is (191,21,176). Sum of RGB (Red+Green+Blue) = 191+21+176=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF15B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF15B0 is #40EA4F. Grayscale: #595959. Windows color (decimal): -4254288 or 11539903. OLE color: 11539903.
HSL color Cylindrical-coordinate representation of color #BF15B0: hue angle of 305.29º 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 #BF15B0 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 176 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.25 |
| HSL | 305.29º | 0.8% | 0.42% | - |
| HSV(B) | 305.29º | 0.89% | 0.75% | - |
| XYZ | 29.59 | 14.75 | 42.36 | - |
| YUV | 89.5 | 176.82 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 176 | 0 | 0.89 | 0.08 | 0.25 | 305.29 | 0.8 | 0.42 |
| Hex | BF | 15 | B0 | 0 | 59 | 8 | 19 | 131 | 50 | 2A |
| Octal | 277 | 25 | 260 | 0 | 131 | 10 | 31 | 461 | 120 | 52 |
| Binary | 10111111 | 10101 | 10110000 | 0 | 1011001 | 1000 | 11001 | 100110001 | 1010000 | 101010 |
Color Harmonies of #BF15B0
Complementary color
Monochromatic Colors of #BF15B0
Black with #BF15B0
Text Example
Text Example
White with #BF15B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF15B0; }
p { color: rgb(191,21,176); }
H1.HeaderClassName
{
color: #BF15B0;
}
.AnyTagClassName
{
color: #BF15B0;
}
</style>
background-color css
<style>
a { background-color: #BF15B0; }
a { background-color: rgb(191,21,176); }
div.DivClassName
{
background-color: #BF15B0;
}
.BgClassName
{
background-color: #BF15B0;
}
</style>
border-color css
<style>
span { border-color: #BF15B0; }
span { border-color: rgb(191,21,176); }
td.TdClassName
{
border-color: #BF15B0;
}
.TagClassName
{
border-color: #BF15B0;
}
</style>