Shades of Deep Magenta #BE04B1
Tints of Deep Magenta #BE04B1
RGB
CMYK
RGB Variations
Color information
#BE04B1 (or 0xBE04B1) is known color: Deep Magenta. HEX triplet: BE, 04 and B1. RGB value is (190,4,177). Sum of RGB (Red+Green+Blue) = 190+4+177=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE04B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE04B1 is #41FB4E. Grayscale: #4E4E4E. Windows color (decimal): -4324175 or 11601086. OLE color: 11601086.
HSL color Cylindrical-coordinate representation of color #BE04B1: hue angle of 304.19º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE04B1 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 177 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.25 |
| HSL | 304.19º | 0.96% | 0.38% | - |
| HSV(B) | 304.19º | 0.98% | 0.75% | - |
| XYZ | 29.21 | 14.21 | 42.8 | - |
| YUV | 79.34 | 183.12 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 177 | 0 | 0.98 | 0.07 | 0.25 | 304.19 | 0.96 | 0.38 |
| Hex | BE | 4 | B1 | 0 | 62 | 7 | 19 | 130 | 60 | 26 |
| Octal | 276 | 4 | 261 | 0 | 142 | 7 | 31 | 460 | 140 | 46 |
| Binary | 10111110 | 100 | 10110001 | 0 | 1100010 | 111 | 11001 | 100110000 | 1100000 | 100110 |
Color Harmonies of #BE04B1
Complementary color
Monochromatic Colors of #BE04B1
Black with #BE04B1
Text Example
Text Example
White with #BE04B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE04B1; }
p { color: rgb(190,4,177); }
H1.HeaderClassName
{
color: #BE04B1;
}
.AnyTagClassName
{
color: #BE04B1;
}
</style>
background-color css
<style>
a { background-color: #BE04B1; }
a { background-color: rgb(190,4,177); }
div.DivClassName
{
background-color: #BE04B1;
}
.BgClassName
{
background-color: #BE04B1;
}
</style>
border-color css
<style>
span { border-color: #BE04B1; }
span { border-color: rgb(190,4,177); }
td.TdClassName
{
border-color: #BE04B1;
}
.TagClassName
{
border-color: #BE04B1;
}
</style>