Shades of Deep Magenta #BE0BBF
Tints of Deep Magenta #BE0BBF
RGB
CMYK
RGB Variations
Color information
#BE0BBF (or 0xBE0BBF) is known color: Deep Magenta. HEX triplet: BE, 0B and BF. RGB value is (190,11,191). Sum of RGB (Red+Green+Blue) = 190+11+191=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE0BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0BBF is #41F440. Grayscale: #545454. Windows color (decimal): -4322369 or 12520382. OLE color: 12520382.
HSL color Cylindrical-coordinate representation of color #BE0BBF: hue angle of 299.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0BBF is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 191 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.25 |
| HSL | 299.67º | 0.89% | 0.4% | - |
| HSV(B) | 299.67º | 0.94% | 0.75% | - |
| XYZ | 30.76 | 14.95 | 50.55 | - |
| YUV | 85.04 | 187.8 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 191 | 0.01 | 0.94 | 0 | 0.25 | 299.67 | 0.89 | 0.4 |
| Hex | BE | B | BF | 1 | 5E | 0 | 19 | 12C | 59 | 28 |
| Octal | 276 | 13 | 277 | 1 | 136 | 0 | 31 | 454 | 131 | 50 |
| Binary | 10111110 | 1011 | 10111111 | 1 | 1011110 | 0 | 11001 | 100101100 | 1011001 | 101000 |
Color Harmonies of #BE0BBF
Complementary color
Monochromatic Colors of #BE0BBF
Black with #BE0BBF
Text Example
Text Example
White with #BE0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BBF; }
p { color: rgb(190,11,191); }
H1.HeaderClassName
{
color: #BE0BBF;
}
.AnyTagClassName
{
color: #BE0BBF;
}
</style>
background-color css
<style>
a { background-color: #BE0BBF; }
a { background-color: rgb(190,11,191); }
div.DivClassName
{
background-color: #BE0BBF;
}
.BgClassName
{
background-color: #BE0BBF;
}
</style>
border-color css
<style>
span { border-color: #BE0BBF; }
span { border-color: rgb(190,11,191); }
td.TdClassName
{
border-color: #BE0BBF;
}
.TagClassName
{
border-color: #BE0BBF;
}
</style>