Shades of Deep Magenta #BE21B7
Tints of Deep Magenta #BE21B7
RGB
CMYK
RGB Variations
Color information
#BE21B7 (or 0xBE21B7) is known color: Deep Magenta. HEX triplet: BE, 21 and B7. RGB value is (190,33,183). Sum of RGB (Red+Green+Blue) = 190+33+183=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE21B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE21B7 is #41DE48. Grayscale: #606060. Windows color (decimal): -4316745 or 12001726. OLE color: 12001726.
HSL color Cylindrical-coordinate representation of color #BE21B7: hue angle of 302.68º 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 #BE21B7 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 183 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.25 |
| HSL | 302.68º | 0.7% | 0.44% | - |
| HSV(B) | 302.68º | 0.83% | 0.75% | - |
| XYZ | 30.33 | 15.45 | 46.18 | - |
| YUV | 97.04 | 176.51 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 183 | 0 | 0.83 | 0.04 | 0.25 | 302.68 | 0.7 | 0.44 |
| Hex | BE | 21 | B7 | 0 | 53 | 4 | 19 | 12F | 46 | 2C |
| Octal | 276 | 41 | 267 | 0 | 123 | 4 | 31 | 457 | 106 | 54 |
| Binary | 10111110 | 100001 | 10110111 | 0 | 1010011 | 100 | 11001 | 100101111 | 1000110 | 101100 |
Color Harmonies of #BE21B7
Complementary color
Monochromatic Colors of #BE21B7
Black with #BE21B7
Text Example
Text Example
White with #BE21B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE21B7; }
p { color: rgb(190,33,183); }
H1.HeaderClassName
{
color: #BE21B7;
}
.AnyTagClassName
{
color: #BE21B7;
}
</style>
background-color css
<style>
a { background-color: #BE21B7; }
a { background-color: rgb(190,33,183); }
div.DivClassName
{
background-color: #BE21B7;
}
.BgClassName
{
background-color: #BE21B7;
}
</style>
border-color css
<style>
span { border-color: #BE21B7; }
span { border-color: rgb(190,33,183); }
td.TdClassName
{
border-color: #BE21B7;
}
.TagClassName
{
border-color: #BE21B7;
}
</style>