Shades of Deep Magenta #BF00BE
Tints of Deep Magenta #BF00BE
RGB
CMYK
RGB Variations
Color information
#BF00BE (or 0xBF00BE) is known color: Deep Magenta. HEX triplet: BF, 00 and BE. RGB value is (191,0,190). Sum of RGB (Red+Green+Blue) = 191+0+190=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00BE is #40FF41. Grayscale: #4E4E4E. Windows color (decimal): -4259650 or 12452031. OLE color: 12452031.
HSL color Cylindrical-coordinate representation of color #BF00BE: hue angle of 300.31º 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 #BF00BE is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.01 | 0.25 |
| HSL | 300.31º | 1% | 0.37% | - |
| HSV(B) | 300.31º | 1% | 0.75% | - |
| XYZ | 30.78 | 14.79 | 49.95 | - |
| YUV | 78.77 | 190.78 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 190 | 0 | 1 | 0.01 | 0.25 | 300.31 | 1 | 0.37 |
| Hex | BF | 0 | BE | 0 | 64 | 1 | 19 | 12C | 64 | 25 |
| Octal | 277 | 0 | 276 | 0 | 144 | 1 | 31 | 454 | 144 | 45 |
| Binary | 10111111 | 0 | 10111110 | 0 | 1100100 | 1 | 11001 | 100101100 | 1100100 | 100101 |
Color Harmonies of #BF00BE
Complementary color
Monochromatic Colors of #BF00BE
Black with #BF00BE
Text Example
Text Example
White with #BF00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF00BE; }
p { color: rgb(191,0,190); }
H1.HeaderClassName
{
color: #BF00BE;
}
.AnyTagClassName
{
color: #BF00BE;
}
</style>
background-color css
<style>
a { background-color: #BF00BE; }
a { background-color: rgb(191,0,190); }
div.DivClassName
{
background-color: #BF00BE;
}
.BgClassName
{
background-color: #BF00BE;
}
</style>
border-color css
<style>
span { border-color: #BF00BE; }
span { border-color: rgb(191,0,190); }
td.TdClassName
{
border-color: #BF00BE;
}
.TagClassName
{
border-color: #BF00BE;
}
</style>