Shades of Deep Magenta #BF0FB0
Tints of Deep Magenta #BF0FB0
RGB
CMYK
RGB Variations
Color information
#BF0FB0 (or 0xBF0FB0) is known color: Deep Magenta. HEX triplet: BF, 0F and B0. RGB value is (191,15,176). Sum of RGB (Red+Green+Blue) = 191+15+176=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0FB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0FB0 is #40F04F. Grayscale: #555555. Windows color (decimal): -4255824 or 11538367. OLE color: 11538367.
HSL color Cylindrical-coordinate representation of color #BF0FB0: hue angle of 305.11º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF0FB0 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 176 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.25 |
| HSL | 305.11º | 0.85% | 0.4% | - |
| HSV(B) | 305.11º | 0.92% | 0.75% | - |
| XYZ | 29.49 | 14.55 | 42.33 | - |
| YUV | 85.98 | 178.81 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 176 | 0 | 0.92 | 0.08 | 0.25 | 305.11 | 0.85 | 0.4 |
| Hex | BF | F | B0 | 0 | 5C | 8 | 19 | 131 | 55 | 28 |
| Octal | 277 | 17 | 260 | 0 | 134 | 10 | 31 | 461 | 125 | 50 |
| Binary | 10111111 | 1111 | 10110000 | 0 | 1011100 | 1000 | 11001 | 100110001 | 1010101 | 101000 |
Color Harmonies of #BF0FB0
Complementary color
Monochromatic Colors of #BF0FB0
Black with #BF0FB0
Text Example
Text Example
White with #BF0FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FB0; }
p { color: rgb(191,15,176); }
H1.HeaderClassName
{
color: #BF0FB0;
}
.AnyTagClassName
{
color: #BF0FB0;
}
</style>
background-color css
<style>
a { background-color: #BF0FB0; }
a { background-color: rgb(191,15,176); }
div.DivClassName
{
background-color: #BF0FB0;
}
.BgClassName
{
background-color: #BF0FB0;
}
</style>
border-color css
<style>
span { border-color: #BF0FB0; }
span { border-color: rgb(191,15,176); }
td.TdClassName
{
border-color: #BF0FB0;
}
.TagClassName
{
border-color: #BF0FB0;
}
</style>