Shades of Deep Magenta #BF0FB4
Tints of Deep Magenta #BF0FB4
RGB
CMYK
RGB Variations
Color information
#BF0FB4 (or 0xBF0FB4) is known color: Deep Magenta. HEX triplet: BF, 0F and B4. RGB value is (191,15,180). Sum of RGB (Red+Green+Blue) = 191+15+180=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0FB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0FB4 is #40F04B. Grayscale: #555555. Windows color (decimal): -4255820 or 11800511. OLE color: 11800511.
HSL color Cylindrical-coordinate representation of color #BF0FB4: hue angle of 303.75º 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 #BF0FB4 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 180 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.25 |
| HSL | 303.75º | 0.85% | 0.4% | - |
| HSV(B) | 303.75º | 0.92% | 0.75% | - |
| XYZ | 29.89 | 14.71 | 44.44 | - |
| YUV | 86.43 | 180.81 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 180 | 0 | 0.92 | 0.06 | 0.25 | 303.75 | 0.85 | 0.4 |
| Hex | BF | F | B4 | 0 | 5C | 6 | 19 | 130 | 55 | 28 |
| Octal | 277 | 17 | 264 | 0 | 134 | 6 | 31 | 460 | 125 | 50 |
| Binary | 10111111 | 1111 | 10110100 | 0 | 1011100 | 110 | 11001 | 100110000 | 1010101 | 101000 |
Color Harmonies of #BF0FB4
Complementary color
Monochromatic Colors of #BF0FB4
Black with #BF0FB4
Text Example
Text Example
White with #BF0FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FB4; }
p { color: rgb(191,15,180); }
H1.HeaderClassName
{
color: #BF0FB4;
}
.AnyTagClassName
{
color: #BF0FB4;
}
</style>
background-color css
<style>
a { background-color: #BF0FB4; }
a { background-color: rgb(191,15,180); }
div.DivClassName
{
background-color: #BF0FB4;
}
.BgClassName
{
background-color: #BF0FB4;
}
</style>
border-color css
<style>
span { border-color: #BF0FB4; }
span { border-color: rgb(191,15,180); }
td.TdClassName
{
border-color: #BF0FB4;
}
.TagClassName
{
border-color: #BF0FB4;
}
</style>