Shades of Deep Magenta #BE20CB
Tints of Deep Magenta #BE20CB
RGB
CMYK
RGB Variations
Color information
#BE20CB (or 0xBE20CB) is known color: Deep Magenta. HEX triplet: BE, 20 and CB. RGB value is (190,32,203). Sum of RGB (Red+Green+Blue) = 190+32+203=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE20CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE20CB is #41DF34. Grayscale: #626262. Windows color (decimal): -4316981 or 13312190. OLE color: 13312190.
HSL color Cylindrical-coordinate representation of color #BE20CB: hue angle of 295.44º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE20CB is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 32 | 203 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.20 |
| HSL | 295.44º | 0.73% | 0.46% | - |
| HSV(B) | 295.44º | 0.84% | 0.8% | - |
| XYZ | 32.53 | 16.29 | 57.93 | - |
| YUV | 98.74 | 186.85 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 203 | 0.06 | 0.84 | 0 | 0.20 | 295.44 | 0.73 | 0.46 |
| Hex | BE | 20 | CB | 6 | 54 | 0 | 14 | 127 | 49 | 2E |
| Octal | 276 | 40 | 313 | 6 | 124 | 0 | 24 | 447 | 111 | 56 |
| Binary | 10111110 | 100000 | 11001011 | 110 | 1010100 | 0 | 10100 | 100100111 | 1001001 | 101110 |
Color Harmonies of #BE20CB
Complementary color
Monochromatic Colors of #BE20CB
Black with #BE20CB
Text Example
Text Example
White with #BE20CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20CB; }
p { color: rgb(190,32,203); }
H1.HeaderClassName
{
color: #BE20CB;
}
.AnyTagClassName
{
color: #BE20CB;
}
</style>
background-color css
<style>
a { background-color: #BE20CB; }
a { background-color: rgb(190,32,203); }
div.DivClassName
{
background-color: #BE20CB;
}
.BgClassName
{
background-color: #BE20CB;
}
</style>
border-color css
<style>
span { border-color: #BE20CB; }
span { border-color: rgb(190,32,203); }
td.TdClassName
{
border-color: #BE20CB;
}
.TagClassName
{
border-color: #BE20CB;
}
</style>