Shades of Deep Magenta #BE18B2
Tints of Deep Magenta #BE18B2
RGB
CMYK
RGB Variations
Color information
#BE18B2 (or 0xBE18B2) is known color: Deep Magenta. HEX triplet: BE, 18 and B2. RGB value is (190,24,178). Sum of RGB (Red+Green+Blue) = 190+24+178=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE18B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE18B2 is #41E74D. Grayscale: #5A5A5A. Windows color (decimal): -4319054 or 11671742. OLE color: 11671742.
HSL color Cylindrical-coordinate representation of color #BE18B2: hue angle of 304.34º 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 #BE18B2 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 24 | 178 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.25 |
| HSL | 304.34º | 0.78% | 0.42% | - |
| HSV(B) | 304.34º | 0.87% | 0.75% | - |
| XYZ | 29.6 | 14.81 | 43.42 | - |
| YUV | 91.19 | 177 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 178 | 0 | 0.87 | 0.06 | 0.25 | 304.34 | 0.78 | 0.42 |
| Hex | BE | 18 | B2 | 0 | 57 | 6 | 19 | 130 | 4E | 2A |
| Octal | 276 | 30 | 262 | 0 | 127 | 6 | 31 | 460 | 116 | 52 |
| Binary | 10111110 | 11000 | 10110010 | 0 | 1010111 | 110 | 11001 | 100110000 | 1001110 | 101010 |
Color Harmonies of #BE18B2
Complementary color
Monochromatic Colors of #BE18B2
Black with #BE18B2
Text Example
Text Example
White with #BE18B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE18B2; }
p { color: rgb(190,24,178); }
H1.HeaderClassName
{
color: #BE18B2;
}
.AnyTagClassName
{
color: #BE18B2;
}
</style>
background-color css
<style>
a { background-color: #BE18B2; }
a { background-color: rgb(190,24,178); }
div.DivClassName
{
background-color: #BE18B2;
}
.BgClassName
{
background-color: #BE18B2;
}
</style>
border-color css
<style>
span { border-color: #BE18B2; }
span { border-color: rgb(190,24,178); }
td.TdClassName
{
border-color: #BE18B2;
}
.TagClassName
{
border-color: #BE18B2;
}
</style>