Shades of Deep Magenta #BE25C0
Tints of Deep Magenta #BE25C0
RGB
CMYK
RGB Variations
Color information
#BE25C0 (or 0xBE25C0) is known color: Deep Magenta. HEX triplet: BE, 25 and C0. RGB value is (190,37,192). Sum of RGB (Red+Green+Blue) = 190+37+192=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE25C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE25C0 is #41DA3F. Grayscale: #636363. Windows color (decimal): -4315712 or 12592574. OLE color: 12592574.
HSL color Cylindrical-coordinate representation of color #BE25C0: hue angle of 299.23º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE25C0 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 192 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.25 |
| HSL | 299.23º | 0.68% | 0.45% | - |
| HSV(B) | 299.23º | 0.81% | 0.75% | - |
| XYZ | 31.41 | 16.08 | 51.32 | - |
| YUV | 100.42 | 179.69 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 192 | 0.01 | 0.81 | 0 | 0.25 | 299.23 | 0.68 | 0.45 |
| Hex | BE | 25 | C0 | 1 | 51 | 0 | 19 | 12B | 44 | 2D |
| Octal | 276 | 45 | 300 | 1 | 121 | 0 | 31 | 453 | 104 | 55 |
| Binary | 10111110 | 100101 | 11000000 | 1 | 1010001 | 0 | 11001 | 100101011 | 1000100 | 101101 |
Color Harmonies of #BE25C0
Complementary color
Monochromatic Colors of #BE25C0
Black with #BE25C0
Text Example
Text Example
White with #BE25C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE25C0; }
p { color: rgb(190,37,192); }
H1.HeaderClassName
{
color: #BE25C0;
}
.AnyTagClassName
{
color: #BE25C0;
}
</style>
background-color css
<style>
a { background-color: #BE25C0; }
a { background-color: rgb(190,37,192); }
div.DivClassName
{
background-color: #BE25C0;
}
.BgClassName
{
background-color: #BE25C0;
}
</style>
border-color css
<style>
span { border-color: #BE25C0; }
span { border-color: rgb(190,37,192); }
td.TdClassName
{
border-color: #BE25C0;
}
.TagClassName
{
border-color: #BE25C0;
}
</style>