Shades of Deep Magenta #BF01BE
Tints of Deep Magenta #BF01BE
RGB
CMYK
RGB Variations
Color information
#BF01BE (or 0xBF01BE) is known color: Deep Magenta. HEX triplet: BF, 01 and BE. RGB value is (191,1,190). Sum of RGB (Red+Green+Blue) = 191+1+190=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF01BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF01BE is #40FE41. Grayscale: #4E4E4E. Windows color (decimal): -4259394 or 12452287. OLE color: 12452287.
HSL color Cylindrical-coordinate representation of color #BF01BE: hue angle of 300.32º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF01BE is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 190 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.25 |
| HSL | 300.32º | 0.99% | 0.38% | - |
| HSV(B) | 300.32º | 0.99% | 0.75% | - |
| XYZ | 30.79 | 14.82 | 49.95 | - |
| YUV | 79.36 | 190.45 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 190 | 0 | 0.99 | 0.01 | 0.25 | 300.32 | 0.99 | 0.38 |
| Hex | BF | 1 | BE | 0 | 63 | 1 | 19 | 12C | 63 | 26 |
| Octal | 277 | 1 | 276 | 0 | 143 | 1 | 31 | 454 | 143 | 46 |
| Binary | 10111111 | 1 | 10111110 | 0 | 1100011 | 1 | 11001 | 100101100 | 1100011 | 100110 |
Color Harmonies of #BF01BE
Complementary color
Monochromatic Colors of #BF01BE
Black with #BF01BE
Text Example
Text Example
White with #BF01BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF01BE; }
p { color: rgb(191,1,190); }
H1.HeaderClassName
{
color: #BF01BE;
}
.AnyTagClassName
{
color: #BF01BE;
}
</style>
background-color css
<style>
a { background-color: #BF01BE; }
a { background-color: rgb(191,1,190); }
div.DivClassName
{
background-color: #BF01BE;
}
.BgClassName
{
background-color: #BF01BE;
}
</style>
border-color css
<style>
span { border-color: #BF01BE; }
span { border-color: rgb(191,1,190); }
td.TdClassName
{
border-color: #BF01BE;
}
.TagClassName
{
border-color: #BF01BE;
}
</style>