Shades of Deep Magenta #BE25B0
Tints of Deep Magenta #BE25B0
RGB
CMYK
RGB Variations
Color information
#BE25B0 (or 0xBE25B0) is known color: Deep Magenta. HEX triplet: BE, 25 and B0. RGB value is (190,37,176). Sum of RGB (Red+Green+Blue) = 190+37+176=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE25B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE25B0 is #41DA4F. Grayscale: #626262. Windows color (decimal): -4315728 or 11543998. OLE color: 11543998.
HSL color Cylindrical-coordinate representation of color #BE25B0: hue angle of 305.49º degrees, saturation: 0.67, 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 #BE25B0 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 176 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.25 |
| HSL | 305.49º | 0.67% | 0.45% | - |
| HSV(B) | 305.49º | 0.81% | 0.75% | - |
| XYZ | 29.73 | 15.4 | 42.48 | - |
| YUV | 98.59 | 171.69 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 176 | 0 | 0.81 | 0.07 | 0.25 | 305.49 | 0.67 | 0.45 |
| Hex | BE | 25 | B0 | 0 | 51 | 7 | 19 | 131 | 43 | 2D |
| Octal | 276 | 45 | 260 | 0 | 121 | 7 | 31 | 461 | 103 | 55 |
| Binary | 10111110 | 100101 | 10110000 | 0 | 1010001 | 111 | 11001 | 100110001 | 1000011 | 101101 |
Color Harmonies of #BE25B0
Complementary color
Monochromatic Colors of #BE25B0
Black with #BE25B0
Text Example
Text Example
White with #BE25B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE25B0; }
p { color: rgb(190,37,176); }
H1.HeaderClassName
{
color: #BE25B0;
}
.AnyTagClassName
{
color: #BE25B0;
}
</style>
background-color css
<style>
a { background-color: #BE25B0; }
a { background-color: rgb(190,37,176); }
div.DivClassName
{
background-color: #BE25B0;
}
.BgClassName
{
background-color: #BE25B0;
}
</style>
border-color css
<style>
span { border-color: #BE25B0; }
span { border-color: rgb(190,37,176); }
td.TdClassName
{
border-color: #BE25B0;
}
.TagClassName
{
border-color: #BE25B0;
}
</style>