Shades of Deep Magenta #BE04B2
Tints of Deep Magenta #BE04B2
RGB
CMYK
RGB Variations
Color information
#BE04B2 (or 0xBE04B2) is known color: Deep Magenta. HEX triplet: BE, 04 and B2. RGB value is (190,4,178). Sum of RGB (Red+Green+Blue) = 190+4+178=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE04B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE04B2 is #41FB4D. Grayscale: #4E4E4E. Windows color (decimal): -4324174 or 11666622. OLE color: 11666622.
HSL color Cylindrical-coordinate representation of color #BE04B2: hue angle of 303.87º 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 #BE04B2 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 178 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.25 |
| HSL | 303.87º | 0.96% | 0.38% | - |
| HSV(B) | 303.87º | 0.98% | 0.75% | - |
| XYZ | 29.31 | 14.25 | 43.32 | - |
| YUV | 79.45 | 183.62 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 178 | 0 | 0.98 | 0.06 | 0.25 | 303.87 | 0.96 | 0.38 |
| Hex | BE | 4 | B2 | 0 | 62 | 6 | 19 | 130 | 60 | 26 |
| Octal | 276 | 4 | 262 | 0 | 142 | 6 | 31 | 460 | 140 | 46 |
| Binary | 10111110 | 100 | 10110010 | 0 | 1100010 | 110 | 11001 | 100110000 | 1100000 | 100110 |
Color Harmonies of #BE04B2
Complementary color
Monochromatic Colors of #BE04B2
Black with #BE04B2
Text Example
Text Example
White with #BE04B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE04B2; }
p { color: rgb(190,4,178); }
H1.HeaderClassName
{
color: #BE04B2;
}
.AnyTagClassName
{
color: #BE04B2;
}
</style>
background-color css
<style>
a { background-color: #BE04B2; }
a { background-color: rgb(190,4,178); }
div.DivClassName
{
background-color: #BE04B2;
}
.BgClassName
{
background-color: #BE04B2;
}
</style>
border-color css
<style>
span { border-color: #BE04B2; }
span { border-color: rgb(190,4,178); }
td.TdClassName
{
border-color: #BE04B2;
}
.TagClassName
{
border-color: #BE04B2;
}
</style>