Shades of Deep Magenta #BE28CC
Tints of Deep Magenta #BE28CC
RGB
CMYK
RGB Variations
Color information
#BE28CC (or 0xBE28CC) is known color: Deep Magenta. HEX triplet: BE, 28 and CC. RGB value is (190,40,204). Sum of RGB (Red+Green+Blue) = 190+40+204=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE28CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28CC is #41D733. Grayscale: #676767. Windows color (decimal): -4314932 or 13379774. OLE color: 13379774.
HSL color Cylindrical-coordinate representation of color #BE28CC: hue angle of 294.88º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE28CC is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 40 | 204 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.2 |
| HSL | 294.88º | 0.67% | 0.48% | - |
| HSV(B) | 294.88º | 0.8% | 0.8% | - |
| XYZ | 32.89 | 16.82 | 58.64 | - |
| YUV | 103.55 | 184.7 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 204 | 0.07 | 0.80 | 0 | 0.2 | 294.88 | 0.67 | 0.48 |
| Hex | BE | 28 | CC | 7 | 50 | 0 | 14 | 127 | 43 | 30 |
| Octal | 276 | 50 | 314 | 7 | 120 | 0 | 24 | 447 | 103 | 60 |
| Binary | 10111110 | 101000 | 11001100 | 111 | 1010000 | 0 | 10100 | 100100111 | 1000011 | 110000 |
Color Harmonies of #BE28CC
Complementary color
Monochromatic Colors of #BE28CC
Black with #BE28CC
Text Example
Text Example
White with #BE28CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE28CC; }
p { color: rgb(190,40,204); }
H1.HeaderClassName
{
color: #BE28CC;
}
.AnyTagClassName
{
color: #BE28CC;
}
</style>
background-color css
<style>
a { background-color: #BE28CC; }
a { background-color: rgb(190,40,204); }
div.DivClassName
{
background-color: #BE28CC;
}
.BgClassName
{
background-color: #BE28CC;
}
</style>
border-color css
<style>
span { border-color: #BE28CC; }
span { border-color: rgb(190,40,204); }
td.TdClassName
{
border-color: #BE28CC;
}
.TagClassName
{
border-color: #BE28CC;
}
</style>