Shades of Deep Magenta #BE18B0
Tints of Deep Magenta #BE18B0
RGB
CMYK
RGB Variations
Color information
#BE18B0 (or 0xBE18B0) is known color: Deep Magenta. HEX triplet: BE, 18 and B0. RGB value is (190,24,176). Sum of RGB (Red+Green+Blue) = 190+24+176=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE18B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE18B0 is #41E74F. Grayscale: #5A5A5A. Windows color (decimal): -4319056 or 11540670. OLE color: 11540670.
HSL color Cylindrical-coordinate representation of color #BE18B0: hue angle of 305.06º 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 #BE18B0 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 24 | 176 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.25 |
| HSL | 305.06º | 0.78% | 0.42% | - |
| HSV(B) | 305.06º | 0.87% | 0.75% | - |
| XYZ | 29.4 | 14.74 | 42.37 | - |
| YUV | 90.96 | 176 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 176 | 0 | 0.87 | 0.07 | 0.25 | 305.06 | 0.78 | 0.42 |
| Hex | BE | 18 | B0 | 0 | 57 | 7 | 19 | 131 | 4E | 2A |
| Octal | 276 | 30 | 260 | 0 | 127 | 7 | 31 | 461 | 116 | 52 |
| Binary | 10111110 | 11000 | 10110000 | 0 | 1010111 | 111 | 11001 | 100110001 | 1001110 | 101010 |
Color Harmonies of #BE18B0
Complementary color
Monochromatic Colors of #BE18B0
Black with #BE18B0
Text Example
Text Example
White with #BE18B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE18B0; }
p { color: rgb(190,24,176); }
H1.HeaderClassName
{
color: #BE18B0;
}
.AnyTagClassName
{
color: #BE18B0;
}
</style>
background-color css
<style>
a { background-color: #BE18B0; }
a { background-color: rgb(190,24,176); }
div.DivClassName
{
background-color: #BE18B0;
}
.BgClassName
{
background-color: #BE18B0;
}
</style>
border-color css
<style>
span { border-color: #BE18B0; }
span { border-color: rgb(190,24,176); }
td.TdClassName
{
border-color: #BE18B0;
}
.TagClassName
{
border-color: #BE18B0;
}
</style>