Shades of Deep Magenta #BE20CF
Tints of Deep Magenta #BE20CF
RGB
CMYK
RGB Variations
Color information
#BE20CF (or 0xBE20CF) is known color: Deep Magenta. HEX triplet: BE, 20 and CF. RGB value is (190,32,207). Sum of RGB (Red+Green+Blue) = 190+32+207=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE20CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE20CF is #41DF30. Grayscale: #626262. Windows color (decimal): -4316977 or 13574334. OLE color: 13574334.
HSL color Cylindrical-coordinate representation of color #BE20CF: hue angle of 294.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE20CF is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 32 | 207 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.19 |
| HSL | 294.17º | 0.73% | 0.47% | - |
| HSV(B) | 294.17º | 0.85% | 0.81% | - |
| XYZ | 33.01 | 16.49 | 60.47 | - |
| YUV | 99.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 207 | 0.08 | 0.85 | 0 | 0.19 | 294.17 | 0.73 | 0.47 |
| Hex | BE | 20 | CF | 8 | 55 | 0 | 13 | 126 | 49 | 2F |
| Octal | 276 | 40 | 317 | 10 | 125 | 0 | 23 | 446 | 111 | 57 |
| Binary | 10111110 | 100000 | 11001111 | 1000 | 1010101 | 0 | 10011 | 100100110 | 1001001 | 101111 |
Color Harmonies of #BE20CF
Complementary color
Monochromatic Colors of #BE20CF
Black with #BE20CF
Text Example
Text Example
White with #BE20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20CF; }
p { color: rgb(190,32,207); }
H1.HeaderClassName
{
color: #BE20CF;
}
.AnyTagClassName
{
color: #BE20CF;
}
</style>
background-color css
<style>
a { background-color: #BE20CF; }
a { background-color: rgb(190,32,207); }
div.DivClassName
{
background-color: #BE20CF;
}
.BgClassName
{
background-color: #BE20CF;
}
</style>
border-color css
<style>
span { border-color: #BE20CF; }
span { border-color: rgb(190,32,207); }
td.TdClassName
{
border-color: #BE20CF;
}
.TagClassName
{
border-color: #BE20CF;
}
</style>