Shades of Deep Magenta #BE24BD
Tints of Deep Magenta #BE24BD
RGB
CMYK
RGB Variations
Color information
#BE24BD (or 0xBE24BD) is known color: Deep Magenta. HEX triplet: BE, 24 and BD. RGB value is (190,36,189). Sum of RGB (Red+Green+Blue) = 190+36+189=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE24BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE24BD is #41DB42. Grayscale: #636363. Windows color (decimal): -4315971 or 12395710. OLE color: 12395710.
HSL color Cylindrical-coordinate representation of color #BE24BD: hue angle of 300.39º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE24BD is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 189 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.25 |
| HSL | 300.39º | 0.68% | 0.44% | - |
| HSV(B) | 300.39º | 0.81% | 0.75% | - |
| XYZ | 31.05 | 15.88 | 49.57 | - |
| YUV | 99.49 | 178.52 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 189 | 0 | 0.81 | 0.01 | 0.25 | 300.39 | 0.68 | 0.44 |
| Hex | BE | 24 | BD | 0 | 51 | 1 | 19 | 12C | 44 | 2C |
| Octal | 276 | 44 | 275 | 0 | 121 | 1 | 31 | 454 | 104 | 54 |
| Binary | 10111110 | 100100 | 10111101 | 0 | 1010001 | 1 | 11001 | 100101100 | 1000100 | 101100 |
Color Harmonies of #BE24BD
Complementary color
Monochromatic Colors of #BE24BD
Black with #BE24BD
Text Example
Text Example
White with #BE24BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE24BD; }
p { color: rgb(190,36,189); }
H1.HeaderClassName
{
color: #BE24BD;
}
.AnyTagClassName
{
color: #BE24BD;
}
</style>
background-color css
<style>
a { background-color: #BE24BD; }
a { background-color: rgb(190,36,189); }
div.DivClassName
{
background-color: #BE24BD;
}
.BgClassName
{
background-color: #BE24BD;
}
</style>
border-color css
<style>
span { border-color: #BE24BD; }
span { border-color: rgb(190,36,189); }
td.TdClassName
{
border-color: #BE24BD;
}
.TagClassName
{
border-color: #BE24BD;
}
</style>