Shades of Deep Magenta #BE24B5
Tints of Deep Magenta #BE24B5
RGB
CMYK
RGB Variations
Color information
#BE24B5 (or 0xBE24B5) is known color: Deep Magenta. HEX triplet: BE, 24 and B5. RGB value is (190,36,181). Sum of RGB (Red+Green+Blue) = 190+36+181=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE24B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE24B5 is #41DB4A. Grayscale: #626262. Windows color (decimal): -4315979 or 11871422. OLE color: 11871422.
HSL color Cylindrical-coordinate representation of color #BE24B5: hue angle of 303.51º 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 #BE24B5 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 181 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.25 |
| HSL | 303.51º | 0.68% | 0.44% | - |
| HSV(B) | 303.51º | 0.81% | 0.75% | - |
| XYZ | 30.21 | 15.55 | 45.12 | - |
| YUV | 98.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 181 | 0 | 0.81 | 0.05 | 0.25 | 303.51 | 0.68 | 0.44 |
| Hex | BE | 24 | B5 | 0 | 51 | 5 | 19 | 130 | 44 | 2C |
| Octal | 276 | 44 | 265 | 0 | 121 | 5 | 31 | 460 | 104 | 54 |
| Binary | 10111110 | 100100 | 10110101 | 0 | 1010001 | 101 | 11001 | 100110000 | 1000100 | 101100 |
Color Harmonies of #BE24B5
Complementary color
Monochromatic Colors of #BE24B5
Black with #BE24B5
Text Example
Text Example
White with #BE24B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE24B5; }
p { color: rgb(190,36,181); }
H1.HeaderClassName
{
color: #BE24B5;
}
.AnyTagClassName
{
color: #BE24B5;
}
</style>
background-color css
<style>
a { background-color: #BE24B5; }
a { background-color: rgb(190,36,181); }
div.DivClassName
{
background-color: #BE24B5;
}
.BgClassName
{
background-color: #BE24B5;
}
</style>
border-color css
<style>
span { border-color: #BE24B5; }
span { border-color: rgb(190,36,181); }
td.TdClassName
{
border-color: #BE24B5;
}
.TagClassName
{
border-color: #BE24B5;
}
</style>