Shades of Deep Magenta #BE28C7
Tints of Deep Magenta #BE28C7
RGB
CMYK
RGB Variations
Color information
#BE28C7 (or 0xBE28C7) is known color: Deep Magenta. HEX triplet: BE, 28 and C7. RGB value is (190,40,199). Sum of RGB (Red+Green+Blue) = 190+40+199=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE28C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28C7 is #41D738. Grayscale: #666666. Windows color (decimal): -4314937 or 13052094. OLE color: 13052094.
HSL color Cylindrical-coordinate representation of color #BE28C7: hue angle of 296.6º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE28C7 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 40 | 199 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.22 |
| HSL | 296.6º | 0.67% | 0.47% | - |
| HSV(B) | 296.6º | 0.8% | 0.78% | - |
| XYZ | 32.3 | 16.59 | 55.53 | - |
| YUV | 102.98 | 182.2 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 199 | 0.05 | 0.80 | 0 | 0.22 | 296.6 | 0.67 | 0.47 |
| Hex | BE | 28 | C7 | 5 | 50 | 0 | 16 | 129 | 43 | 2F |
| Octal | 276 | 50 | 307 | 5 | 120 | 0 | 26 | 451 | 103 | 57 |
| Binary | 10111110 | 101000 | 11000111 | 101 | 1010000 | 0 | 10110 | 100101001 | 1000011 | 101111 |
Color Harmonies of #BE28C7
Complementary color
Monochromatic Colors of #BE28C7
Black with #BE28C7
Text Example
Text Example
White with #BE28C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE28C7; }
p { color: rgb(190,40,199); }
H1.HeaderClassName
{
color: #BE28C7;
}
.AnyTagClassName
{
color: #BE28C7;
}
</style>
background-color css
<style>
a { background-color: #BE28C7; }
a { background-color: rgb(190,40,199); }
div.DivClassName
{
background-color: #BE28C7;
}
.BgClassName
{
background-color: #BE28C7;
}
</style>
border-color css
<style>
span { border-color: #BE28C7; }
span { border-color: rgb(190,40,199); }
td.TdClassName
{
border-color: #BE28C7;
}
.TagClassName
{
border-color: #BE28C7;
}
</style>