Shades of Deep Magenta #BE04CF
Tints of Deep Magenta #BE04CF
RGB
CMYK
RGB Variations
Color information
#BE04CF (or 0xBE04CF) is known color: Deep Magenta. HEX triplet: BE, 04 and CF. RGB value is (190,4,207). Sum of RGB (Red+Green+Blue) = 190+4+207=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE04CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE04CF is #41FB30. Grayscale: #525252. Windows color (decimal): -4324145 or 13567166. OLE color: 13567166.
HSL color Cylindrical-coordinate representation of color #BE04CF: hue angle of 294.98º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE04CF is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 4 | 207 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.19 |
| HSL | 294.98º | 0.96% | 0.41% | - |
| HSV(B) | 294.98º | 0.98% | 0.81% | - |
| XYZ | 32.54 | 15.54 | 60.32 | - |
| YUV | 82.76 | 198.12 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 207 | 0.08 | 0.98 | 0 | 0.19 | 294.98 | 0.96 | 0.41 |
| Hex | BE | 4 | CF | 8 | 62 | 0 | 13 | 127 | 60 | 29 |
| Octal | 276 | 4 | 317 | 10 | 142 | 0 | 23 | 447 | 140 | 51 |
| Binary | 10111110 | 100 | 11001111 | 1000 | 1100010 | 0 | 10011 | 100100111 | 1100000 | 101001 |
Color Harmonies of #BE04CF
Complementary color
Monochromatic Colors of #BE04CF
Black with #BE04CF
Text Example
Text Example
White with #BE04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE04CF; }
p { color: rgb(190,4,207); }
H1.HeaderClassName
{
color: #BE04CF;
}
.AnyTagClassName
{
color: #BE04CF;
}
</style>
background-color css
<style>
a { background-color: #BE04CF; }
a { background-color: rgb(190,4,207); }
div.DivClassName
{
background-color: #BE04CF;
}
.BgClassName
{
background-color: #BE04CF;
}
</style>
border-color css
<style>
span { border-color: #BE04CF; }
span { border-color: rgb(190,4,207); }
td.TdClassName
{
border-color: #BE04CF;
}
.TagClassName
{
border-color: #BE04CF;
}
</style>