Shades of Deep Magenta #BE18BA
Tints of Deep Magenta #BE18BA
RGB
CMYK
RGB Variations
Color information
#BE18BA (or 0xBE18BA) is known color: Deep Magenta. HEX triplet: BE, 18 and BA. RGB value is (190,24,186). Sum of RGB (Red+Green+Blue) = 190+24+186=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE18BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE18BA is #41E745. Grayscale: #5B5B5B. Windows color (decimal): -4319046 or 12196030. OLE color: 12196030.
HSL color Cylindrical-coordinate representation of color #BE18BA: hue angle of 301.45º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE18BA is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 24 | 186 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.25 |
| HSL | 301.45º | 0.78% | 0.42% | - |
| HSV(B) | 301.45º | 0.87% | 0.75% | - |
| XYZ | 30.42 | 15.15 | 47.77 | - |
| YUV | 92.1 | 181 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 186 | 0 | 0.87 | 0.02 | 0.25 | 301.45 | 0.78 | 0.42 |
| Hex | BE | 18 | BA | 0 | 57 | 2 | 19 | 12D | 4E | 2A |
| Octal | 276 | 30 | 272 | 0 | 127 | 2 | 31 | 455 | 116 | 52 |
| Binary | 10111110 | 11000 | 10111010 | 0 | 1010111 | 10 | 11001 | 100101101 | 1001110 | 101010 |
Color Harmonies of #BE18BA
Complementary color
Monochromatic Colors of #BE18BA
Black with #BE18BA
Text Example
Text Example
White with #BE18BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE18BA; }
p { color: rgb(190,24,186); }
H1.HeaderClassName
{
color: #BE18BA;
}
.AnyTagClassName
{
color: #BE18BA;
}
</style>
background-color css
<style>
a { background-color: #BE18BA; }
a { background-color: rgb(190,24,186); }
div.DivClassName
{
background-color: #BE18BA;
}
.BgClassName
{
background-color: #BE18BA;
}
</style>
border-color css
<style>
span { border-color: #BE18BA; }
span { border-color: rgb(190,24,186); }
td.TdClassName
{
border-color: #BE18BA;
}
.TagClassName
{
border-color: #BE18BA;
}
</style>