Shades of Deep Magenta #BF0EE0
Tints of Deep Magenta #BF0EE0
RGB
CMYK
RGB Variations
Color information
#BF0EE0 (or 0xBF0EE0) is known color: Deep Magenta. HEX triplet: BF, 0E and E0. RGB value is (191,14,224). Sum of RGB (Red+Green+Blue) = 191+14+224=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF0EE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0EE0 is #40F11F. Grayscale: #5A5A5A. Windows color (decimal): -4256032 or 14683839. OLE color: 14683839.
HSL color Cylindrical-coordinate representation of color #BF0EE0: hue angle of 290.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0EE0 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 14 | 224 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.12 |
| HSL | 290.57º | 0.88% | 0.47% | - |
| HSV(B) | 290.57º | 0.94% | 0.88% | - |
| XYZ | 35.1 | 16.77 | 71.91 | - |
| YUV | 90.86 | 203.14 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 14 | 224 | 0.15 | 0.94 | 0 | 0.12 | 290.57 | 0.88 | 0.47 |
| Hex | BF | E | E0 | F | 5E | 0 | C | 123 | 58 | 2F |
| Octal | 277 | 16 | 340 | 17 | 136 | 0 | 14 | 443 | 130 | 57 |
| Binary | 10111111 | 1110 | 11100000 | 1111 | 1011110 | 0 | 1100 | 100100011 | 1011000 | 101111 |
Color Harmonies of #BF0EE0
Complementary color
Monochromatic Colors of #BF0EE0
Black with #BF0EE0
Text Example
Text Example
White with #BF0EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0EE0; }
p { color: rgb(191,14,224); }
H1.HeaderClassName
{
color: #BF0EE0;
}
.AnyTagClassName
{
color: #BF0EE0;
}
</style>
background-color css
<style>
a { background-color: #BF0EE0; }
a { background-color: rgb(191,14,224); }
div.DivClassName
{
background-color: #BF0EE0;
}
.BgClassName
{
background-color: #BF0EE0;
}
</style>
border-color css
<style>
span { border-color: #BF0EE0; }
span { border-color: rgb(191,14,224); }
td.TdClassName
{
border-color: #BF0EE0;
}
.TagClassName
{
border-color: #BF0EE0;
}
</style>