Shades of Deep Magenta #BE21C3
Tints of Deep Magenta #BE21C3
RGB
CMYK
RGB Variations
Color information
#BE21C3 (or 0xBE21C3) is known color: Deep Magenta. HEX triplet: BE, 21 and C3. RGB value is (190,33,195). Sum of RGB (Red+Green+Blue) = 190+33+195=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 195 (76.56% from 255 or 46.65% from 418); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE21C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE21C3 is #41DE3C. Grayscale: #616161. Windows color (decimal): -4316733 or 12788158. OLE color: 12788158.
HSL color Cylindrical-coordinate representation of color #BE21C3: hue angle of 298.15º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE21C3 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 33 | 195 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.24 |
| HSL | 298.15º | 0.71% | 0.45% | - |
| HSV(B) | 298.15º | 0.83% | 0.76% | - |
| XYZ | 31.63 | 15.97 | 53.05 | - |
| YUV | 98.41 | 182.51 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 195 | 0.03 | 0.83 | 0 | 0.24 | 298.15 | 0.71 | 0.45 |
| Hex | BE | 21 | C3 | 3 | 53 | 0 | 18 | 12A | 47 | 2D |
| Octal | 276 | 41 | 303 | 3 | 123 | 0 | 30 | 452 | 107 | 55 |
| Binary | 10111110 | 100001 | 11000011 | 11 | 1010011 | 0 | 11000 | 100101010 | 1000111 | 101101 |
Color Harmonies of #BE21C3
Complementary color
Monochromatic Colors of #BE21C3
Black with #BE21C3
Text Example
Text Example
White with #BE21C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE21C3; }
p { color: rgb(190,33,195); }
H1.HeaderClassName
{
color: #BE21C3;
}
.AnyTagClassName
{
color: #BE21C3;
}
</style>
background-color css
<style>
a { background-color: #BE21C3; }
a { background-color: rgb(190,33,195); }
div.DivClassName
{
background-color: #BE21C3;
}
.BgClassName
{
background-color: #BE21C3;
}
</style>
border-color css
<style>
span { border-color: #BE21C3; }
span { border-color: rgb(190,33,195); }
td.TdClassName
{
border-color: #BE21C3;
}
.TagClassName
{
border-color: #BE21C3;
}
</style>