Shades of Deep Magenta #BE24B4
Tints of Deep Magenta #BE24B4
RGB
CMYK
RGB Variations
Color information
#BE24B4 (or 0xBE24B4) is known color: Deep Magenta. HEX triplet: BE, 24 and B4. RGB value is (190,36,180). Sum of RGB (Red+Green+Blue) = 190+36+180=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE24B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE24B4 is #41DB4B. Grayscale: #626262. Windows color (decimal): -4315980 or 11805886. OLE color: 11805886.
HSL color Cylindrical-coordinate representation of color #BE24B4: hue angle of 303.9º 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 #BE24B4 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 180 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.25 |
| HSL | 303.9º | 0.68% | 0.44% | - |
| HSV(B) | 303.9º | 0.81% | 0.75% | - |
| XYZ | 30.1 | 15.5 | 44.59 | - |
| YUV | 98.46 | 174.02 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 180 | 0 | 0.81 | 0.05 | 0.25 | 303.9 | 0.68 | 0.44 |
| Hex | BE | 24 | B4 | 0 | 51 | 5 | 19 | 130 | 44 | 2C |
| Octal | 276 | 44 | 264 | 0 | 121 | 5 | 31 | 460 | 104 | 54 |
| Binary | 10111110 | 100100 | 10110100 | 0 | 1010001 | 101 | 11001 | 100110000 | 1000100 | 101100 |
Color Harmonies of #BE24B4
Complementary color
Monochromatic Colors of #BE24B4
Black with #BE24B4
Text Example
Text Example
White with #BE24B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE24B4; }
p { color: rgb(190,36,180); }
H1.HeaderClassName
{
color: #BE24B4;
}
.AnyTagClassName
{
color: #BE24B4;
}
</style>
background-color css
<style>
a { background-color: #BE24B4; }
a { background-color: rgb(190,36,180); }
div.DivClassName
{
background-color: #BE24B4;
}
.BgClassName
{
background-color: #BE24B4;
}
</style>
border-color css
<style>
span { border-color: #BE24B4; }
span { border-color: rgb(190,36,180); }
td.TdClassName
{
border-color: #BE24B4;
}
.TagClassName
{
border-color: #BE24B4;
}
</style>