Shades of Deep Magenta #BF0BE0
Tints of Deep Magenta #BF0BE0
RGB
CMYK
RGB Variations
Color information
#BF0BE0 (or 0xBF0BE0) is known color: Deep Magenta. HEX triplet: BF, 0B and E0. RGB value is (191,11,224). Sum of RGB (Red+Green+Blue) = 191+11+224=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF0BE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0BE0 is #40F41F. Grayscale: #585858. Windows color (decimal): -4256800 or 14683071. OLE color: 14683071.
HSL color Cylindrical-coordinate representation of color #BF0BE0: hue angle of 290.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0BE0 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 11 | 224 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.12 |
| HSL | 290.7º | 0.91% | 0.46% | - |
| HSV(B) | 290.7º | 0.95% | 0.88% | - |
| XYZ | 35.06 | 16.7 | 71.9 | - |
| YUV | 89.1 | 204.13 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 224 | 0.15 | 0.95 | 0 | 0.12 | 290.7 | 0.91 | 0.46 |
| Hex | BF | B | E0 | F | 5F | 0 | C | 123 | 5B | 2E |
| Octal | 277 | 13 | 340 | 17 | 137 | 0 | 14 | 443 | 133 | 56 |
| Binary | 10111111 | 1011 | 11100000 | 1111 | 1011111 | 0 | 1100 | 100100011 | 1011011 | 101110 |
Color Harmonies of #BF0BE0
Complementary color
Monochromatic Colors of #BF0BE0
Black with #BF0BE0
Text Example
Text Example
White with #BF0BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0BE0; }
p { color: rgb(191,11,224); }
H1.HeaderClassName
{
color: #BF0BE0;
}
.AnyTagClassName
{
color: #BF0BE0;
}
</style>
background-color css
<style>
a { background-color: #BF0BE0; }
a { background-color: rgb(191,11,224); }
div.DivClassName
{
background-color: #BF0BE0;
}
.BgClassName
{
background-color: #BF0BE0;
}
</style>
border-color css
<style>
span { border-color: #BF0BE0; }
span { border-color: rgb(191,11,224); }
td.TdClassName
{
border-color: #BF0BE0;
}
.TagClassName
{
border-color: #BF0BE0;
}
</style>