Shades of Deep Magenta #BF00B9
Tints of Deep Magenta #BF00B9
RGB
CMYK
RGB Variations
Color information
#BF00B9 (or 0xBF00B9) is known color: Deep Magenta. HEX triplet: BF, 00 and B9. RGB value is (191,0,185). Sum of RGB (Red+Green+Blue) = 191+0+185=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00B9 is #40FF46. Grayscale: #4D4D4D. Windows color (decimal): -4259655 or 12124351. OLE color: 12124351.
HSL color Cylindrical-coordinate representation of color #BF00B9: hue angle of 301.88º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00B9 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 185 | - |
| CMYK | 0 | 1 | 0.03 | 0.25 |
| HSL | 301.88º | 1% | 0.37% | - |
| HSV(B) | 301.88º | 1% | 0.75% | - |
| XYZ | 30.24 | 14.58 | 47.12 | - |
| YUV | 78.2 | 188.28 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 185 | 0 | 1 | 0.03 | 0.25 | 301.88 | 1 | 0.37 |
| Hex | BF | 0 | B9 | 0 | 64 | 3 | 19 | 12E | 64 | 25 |
| Octal | 277 | 0 | 271 | 0 | 144 | 3 | 31 | 456 | 144 | 45 |
| Binary | 10111111 | 0 | 10111001 | 0 | 1100100 | 11 | 11001 | 100101110 | 1100100 | 100101 |
Color Harmonies of #BF00B9
Complementary color
Monochromatic Colors of #BF00B9
Black with #BF00B9
Text Example
Text Example
White with #BF00B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF00B9; }
p { color: rgb(191,0,185); }
H1.HeaderClassName
{
color: #BF00B9;
}
.AnyTagClassName
{
color: #BF00B9;
}
</style>
background-color css
<style>
a { background-color: #BF00B9; }
a { background-color: rgb(191,0,185); }
div.DivClassName
{
background-color: #BF00B9;
}
.BgClassName
{
background-color: #BF00B9;
}
</style>
border-color css
<style>
span { border-color: #BF00B9; }
span { border-color: rgb(191,0,185); }
td.TdClassName
{
border-color: #BF00B9;
}
.TagClassName
{
border-color: #BF00B9;
}
</style>