Shades of Deep Magenta #BE20B0
Tints of Deep Magenta #BE20B0
RGB
CMYK
RGB Variations
Color information
#BE20B0 (or 0xBE20B0) is known color: Deep Magenta. HEX triplet: BE, 20 and B0. RGB value is (190,32,176). Sum of RGB (Red+Green+Blue) = 190+32+176=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE20B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE20B0 is #41DF4F. Grayscale: #5F5F5F. Windows color (decimal): -4317008 or 11542718. OLE color: 11542718.
HSL color Cylindrical-coordinate representation of color #BE20B0: hue angle of 305.32º degrees, saturation: 0.71, 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 #BE20B0 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 176 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.25 |
| HSL | 305.32º | 0.71% | 0.44% | - |
| HSV(B) | 305.32º | 0.83% | 0.75% | - |
| XYZ | 29.59 | 15.11 | 42.43 | - |
| YUV | 95.66 | 173.35 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 176 | 0 | 0.83 | 0.07 | 0.25 | 305.32 | 0.71 | 0.44 |
| Hex | BE | 20 | B0 | 0 | 53 | 7 | 19 | 131 | 47 | 2C |
| Octal | 276 | 40 | 260 | 0 | 123 | 7 | 31 | 461 | 107 | 54 |
| Binary | 10111110 | 100000 | 10110000 | 0 | 1010011 | 111 | 11001 | 100110001 | 1000111 | 101100 |
Color Harmonies of #BE20B0
Complementary color
Monochromatic Colors of #BE20B0
Black with #BE20B0
Text Example
Text Example
White with #BE20B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20B0; }
p { color: rgb(190,32,176); }
H1.HeaderClassName
{
color: #BE20B0;
}
.AnyTagClassName
{
color: #BE20B0;
}
</style>
background-color css
<style>
a { background-color: #BE20B0; }
a { background-color: rgb(190,32,176); }
div.DivClassName
{
background-color: #BE20B0;
}
.BgClassName
{
background-color: #BE20B0;
}
</style>
border-color css
<style>
span { border-color: #BE20B0; }
span { border-color: rgb(190,32,176); }
td.TdClassName
{
border-color: #BE20B0;
}
.TagClassName
{
border-color: #BE20B0;
}
</style>