Shades of Deep Magenta #BF00B7
Tints of Deep Magenta #BF00B7
RGB
CMYK
RGB Variations
Color information
#BF00B7 (or 0xBF00B7) is known color: Deep Magenta. HEX triplet: BF, 00 and B7. RGB value is (191,0,183). Sum of RGB (Red+Green+Blue) = 191+0+183=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00B7 is #40FF48. Grayscale: #4D4D4D. Windows color (decimal): -4259657 or 11993279. OLE color: 11993279.
HSL color Cylindrical-coordinate representation of color #BF00B7: hue angle of 302.51º 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 #BF00B7 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 183 | - |
| CMYK | 0 | 1 | 0.04 | 0.25 |
| HSL | 302.51º | 1% | 0.37% | - |
| HSV(B) | 302.51º | 1% | 0.75% | - |
| XYZ | 30.03 | 14.5 | 46.01 | - |
| YUV | 77.97 | 187.28 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 183 | 0 | 1 | 0.04 | 0.25 | 302.51 | 1 | 0.37 |
| Hex | BF | 0 | B7 | 0 | 64 | 4 | 19 | 12F | 64 | 25 |
| Octal | 277 | 0 | 267 | 0 | 144 | 4 | 31 | 457 | 144 | 45 |
| Binary | 10111111 | 0 | 10110111 | 0 | 1100100 | 100 | 11001 | 100101111 | 1100100 | 100101 |
Color Harmonies of #BF00B7
Complementary color
Monochromatic Colors of #BF00B7
Black with #BF00B7
Text Example
Text Example
White with #BF00B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF00B7; }
p { color: rgb(191,0,183); }
H1.HeaderClassName
{
color: #BF00B7;
}
.AnyTagClassName
{
color: #BF00B7;
}
</style>
background-color css
<style>
a { background-color: #BF00B7; }
a { background-color: rgb(191,0,183); }
div.DivClassName
{
background-color: #BF00B7;
}
.BgClassName
{
background-color: #BF00B7;
}
</style>
border-color css
<style>
span { border-color: #BF00B7; }
span { border-color: rgb(191,0,183); }
td.TdClassName
{
border-color: #BF00B7;
}
.TagClassName
{
border-color: #BF00B7;
}
</style>