Shades of Deep Magenta #BF00B1
Tints of Deep Magenta #BF00B1
RGB
CMYK
RGB Variations
Color information
#BF00B1 (or 0xBF00B1) is known color: Deep Magenta. HEX triplet: BF, 00 and B1. RGB value is (191,0,177). Sum of RGB (Red+Green+Blue) = 191+0+177=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF00B1 is #40FF4E. Grayscale: #4C4C4C. Windows color (decimal): -4259663 or 11600063. OLE color: 11600063.
HSL color Cylindrical-coordinate representation of color #BF00B1: hue angle of 304.4º 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 #BF00B1 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 177 | - |
| CMYK | 0 | 1 | 0.07 | 0.25 |
| HSL | 304.4º | 1% | 0.37% | - |
| HSV(B) | 304.4º | 1% | 0.75% | - |
| XYZ | 29.42 | 14.25 | 42.79 | - |
| YUV | 77.29 | 184.28 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 177 | 0 | 1 | 0.07 | 0.25 | 304.4 | 1 | 0.37 |
| Hex | BF | 0 | B1 | 0 | 64 | 7 | 19 | 130 | 64 | 25 |
| Octal | 277 | 0 | 261 | 0 | 144 | 7 | 31 | 460 | 144 | 45 |
| Binary | 10111111 | 0 | 10110001 | 0 | 1100100 | 111 | 11001 | 100110000 | 1100100 | 100101 |
Color Harmonies of #BF00B1
Complementary color
Monochromatic Colors of #BF00B1
Black with #BF00B1
Text Example
Text Example
White with #BF00B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF00B1; }
p { color: rgb(191,0,177); }
H1.HeaderClassName
{
color: #BF00B1;
}
.AnyTagClassName
{
color: #BF00B1;
}
</style>
background-color css
<style>
a { background-color: #BF00B1; }
a { background-color: rgb(191,0,177); }
div.DivClassName
{
background-color: #BF00B1;
}
.BgClassName
{
background-color: #BF00B1;
}
</style>
border-color css
<style>
span { border-color: #BF00B1; }
span { border-color: rgb(191,0,177); }
td.TdClassName
{
border-color: #BF00B1;
}
.TagClassName
{
border-color: #BF00B1;
}
</style>