Shades of Deep Magenta #BE18C9
Tints of Deep Magenta #BE18C9
RGB
CMYK
RGB Variations
Color information
#BE18C9 (or 0xBE18C9) is known color: Deep Magenta. HEX triplet: BE, 18 and C9. RGB value is (190,24,201). Sum of RGB (Red+Green+Blue) = 190+24+201=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE18C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE18C9 is #41E736. Grayscale: #5D5D5D. Windows color (decimal): -4319031 or 13179070. OLE color: 13179070.
HSL color Cylindrical-coordinate representation of color #BE18C9: hue angle of 296.27º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE18C9 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 24 | 201 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.21 |
| HSL | 296.27º | 0.79% | 0.44% | - |
| HSV(B) | 296.27º | 0.88% | 0.79% | - |
| XYZ | 32.1 | 15.82 | 56.62 | - |
| YUV | 93.81 | 188.5 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 201 | 0.05 | 0.88 | 0 | 0.21 | 296.27 | 0.79 | 0.44 |
| Hex | BE | 18 | C9 | 5 | 58 | 0 | 15 | 128 | 4F | 2C |
| Octal | 276 | 30 | 311 | 5 | 130 | 0 | 25 | 450 | 117 | 54 |
| Binary | 10111110 | 11000 | 11001001 | 101 | 1011000 | 0 | 10101 | 100101000 | 1001111 | 101100 |
Color Harmonies of #BE18C9
Complementary color
Monochromatic Colors of #BE18C9
Black with #BE18C9
Text Example
Text Example
White with #BE18C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE18C9; }
p { color: rgb(190,24,201); }
H1.HeaderClassName
{
color: #BE18C9;
}
.AnyTagClassName
{
color: #BE18C9;
}
</style>
background-color css
<style>
a { background-color: #BE18C9; }
a { background-color: rgb(190,24,201); }
div.DivClassName
{
background-color: #BE18C9;
}
.BgClassName
{
background-color: #BE18C9;
}
</style>
border-color css
<style>
span { border-color: #BE18C9; }
span { border-color: rgb(190,24,201); }
td.TdClassName
{
border-color: #BE18C9;
}
.TagClassName
{
border-color: #BE18C9;
}
</style>