Shades of Deep Magenta #BE21B0
Tints of Deep Magenta #BE21B0
RGB
CMYK
RGB Variations
Color information
#BE21B0 (or 0xBE21B0) is known color: Deep Magenta. HEX triplet: BE, 21 and B0. RGB value is (190,33,176). Sum of RGB (Red+Green+Blue) = 190+33+176=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE21B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE21B0 is #41DE4F. Grayscale: #5F5F5F. Windows color (decimal): -4316752 or 11542974. OLE color: 11542974.
HSL color Cylindrical-coordinate representation of color #BE21B0: hue angle of 305.35º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE21B0 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 176 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.25 |
| HSL | 305.35º | 0.7% | 0.44% | - |
| HSV(B) | 305.35º | 0.83% | 0.75% | - |
| XYZ | 29.62 | 15.17 | 42.44 | - |
| YUV | 96.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 176 | 0 | 0.83 | 0.07 | 0.25 | 305.35 | 0.7 | 0.44 |
| Hex | BE | 21 | B0 | 0 | 53 | 7 | 19 | 131 | 46 | 2C |
| Octal | 276 | 41 | 260 | 0 | 123 | 7 | 31 | 461 | 106 | 54 |
| Binary | 10111110 | 100001 | 10110000 | 0 | 1010011 | 111 | 11001 | 100110001 | 1000110 | 101100 |
Color Harmonies of #BE21B0
Complementary color
Monochromatic Colors of #BE21B0
Black with #BE21B0
Text Example
Text Example
White with #BE21B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE21B0; }
p { color: rgb(190,33,176); }
H1.HeaderClassName
{
color: #BE21B0;
}
.AnyTagClassName
{
color: #BE21B0;
}
</style>
background-color css
<style>
a { background-color: #BE21B0; }
a { background-color: rgb(190,33,176); }
div.DivClassName
{
background-color: #BE21B0;
}
.BgClassName
{
background-color: #BE21B0;
}
</style>
border-color css
<style>
span { border-color: #BE21B0; }
span { border-color: rgb(190,33,176); }
td.TdClassName
{
border-color: #BE21B0;
}
.TagClassName
{
border-color: #BE21B0;
}
</style>