Shades of Deep Magenta #BE18CE
Tints of Deep Magenta #BE18CE
RGB
CMYK
RGB Variations
Color information
#BE18CE (or 0xBE18CE) is known color: Deep Magenta. HEX triplet: BE, 18 and CE. RGB value is (190,24,206). Sum of RGB (Red+Green+Blue) = 190+24+206=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE18CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE18CE is #41E731. Grayscale: #5D5D5D. Windows color (decimal): -4319026 or 13506750. OLE color: 13506750.
HSL color Cylindrical-coordinate representation of color #BE18CE: hue angle of 294.73º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE18CE is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 24 | 206 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.19 |
| HSL | 294.73º | 0.79% | 0.45% | - |
| HSV(B) | 294.73º | 0.88% | 0.81% | - |
| XYZ | 32.7 | 16.06 | 59.77 | - |
| YUV | 94.38 | 191 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 206 | 0.08 | 0.88 | 0 | 0.19 | 294.73 | 0.79 | 0.45 |
| Hex | BE | 18 | CE | 8 | 58 | 0 | 13 | 127 | 4F | 2D |
| Octal | 276 | 30 | 316 | 10 | 130 | 0 | 23 | 447 | 117 | 55 |
| Binary | 10111110 | 11000 | 11001110 | 1000 | 1011000 | 0 | 10011 | 100100111 | 1001111 | 101101 |
Color Harmonies of #BE18CE
Complementary color
Monochromatic Colors of #BE18CE
Black with #BE18CE
Text Example
Text Example
White with #BE18CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE18CE; }
p { color: rgb(190,24,206); }
H1.HeaderClassName
{
color: #BE18CE;
}
.AnyTagClassName
{
color: #BE18CE;
}
</style>
background-color css
<style>
a { background-color: #BE18CE; }
a { background-color: rgb(190,24,206); }
div.DivClassName
{
background-color: #BE18CE;
}
.BgClassName
{
background-color: #BE18CE;
}
</style>
border-color css
<style>
span { border-color: #BE18CE; }
span { border-color: rgb(190,24,206); }
td.TdClassName
{
border-color: #BE18CE;
}
.TagClassName
{
border-color: #BE18CE;
}
</style>