Shades of Deep Magenta #BE0BCF
Tints of Deep Magenta #BE0BCF
RGB
CMYK
RGB Variations
Color information
#BE0BCF (or 0xBE0BCF) is known color: Deep Magenta. HEX triplet: BE, 0B and CF. RGB value is (190,11,207). Sum of RGB (Red+Green+Blue) = 190+11+207=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE0BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0BCF is #41F430. Grayscale: #565656. Windows color (decimal): -4322353 or 13568958. OLE color: 13568958.
HSL color Cylindrical-coordinate representation of color #BE0BCF: hue angle of 294.8º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0BCF is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 11 | 207 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.19 |
| HSL | 294.8º | 0.9% | 0.43% | - |
| HSV(B) | 294.8º | 0.95% | 0.81% | - |
| XYZ | 32.62 | 15.69 | 60.34 | - |
| YUV | 86.87 | 195.8 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 207 | 0.08 | 0.95 | 0 | 0.19 | 294.8 | 0.9 | 0.43 |
| Hex | BE | B | CF | 8 | 5F | 0 | 13 | 127 | 5A | 2B |
| Octal | 276 | 13 | 317 | 10 | 137 | 0 | 23 | 447 | 132 | 53 |
| Binary | 10111110 | 1011 | 11001111 | 1000 | 1011111 | 0 | 10011 | 100100111 | 1011010 | 101011 |
Color Harmonies of #BE0BCF
Complementary color
Monochromatic Colors of #BE0BCF
Black with #BE0BCF
Text Example
Text Example
White with #BE0BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BCF; }
p { color: rgb(190,11,207); }
H1.HeaderClassName
{
color: #BE0BCF;
}
.AnyTagClassName
{
color: #BE0BCF;
}
</style>
background-color css
<style>
a { background-color: #BE0BCF; }
a { background-color: rgb(190,11,207); }
div.DivClassName
{
background-color: #BE0BCF;
}
.BgClassName
{
background-color: #BE0BCF;
}
</style>
border-color css
<style>
span { border-color: #BE0BCF; }
span { border-color: rgb(190,11,207); }
td.TdClassName
{
border-color: #BE0BCF;
}
.TagClassName
{
border-color: #BE0BCF;
}
</style>