Shades of Deep Magenta #BE25B7
Tints of Deep Magenta #BE25B7
RGB
CMYK
RGB Variations
Color information
#BE25B7 (or 0xBE25B7) is known color: Deep Magenta. HEX triplet: BE, 25 and B7. RGB value is (190,37,183). Sum of RGB (Red+Green+Blue) = 190+37+183=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE25B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE25B7 is #41DA48. Grayscale: #626262. Windows color (decimal): -4315721 or 12002750. OLE color: 12002750.
HSL color Cylindrical-coordinate representation of color #BE25B7: hue angle of 302.75º 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 #BE25B7 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 183 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.25 |
| HSL | 302.75º | 0.67% | 0.45% | - |
| HSV(B) | 302.75º | 0.81% | 0.75% | - |
| XYZ | 30.44 | 15.69 | 46.22 | - |
| YUV | 99.39 | 175.19 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 183 | 0 | 0.81 | 0.04 | 0.25 | 302.75 | 0.67 | 0.45 |
| Hex | BE | 25 | B7 | 0 | 51 | 4 | 19 | 12F | 43 | 2D |
| Octal | 276 | 45 | 267 | 0 | 121 | 4 | 31 | 457 | 103 | 55 |
| Binary | 10111110 | 100101 | 10110111 | 0 | 1010001 | 100 | 11001 | 100101111 | 1000011 | 101101 |
Color Harmonies of #BE25B7
Complementary color
Monochromatic Colors of #BE25B7
Black with #BE25B7
Text Example
Text Example
White with #BE25B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE25B7; }
p { color: rgb(190,37,183); }
H1.HeaderClassName
{
color: #BE25B7;
}
.AnyTagClassName
{
color: #BE25B7;
}
</style>
background-color css
<style>
a { background-color: #BE25B7; }
a { background-color: rgb(190,37,183); }
div.DivClassName
{
background-color: #BE25B7;
}
.BgClassName
{
background-color: #BE25B7;
}
</style>
border-color css
<style>
span { border-color: #BE25B7; }
span { border-color: rgb(190,37,183); }
td.TdClassName
{
border-color: #BE25B7;
}
.TagClassName
{
border-color: #BE25B7;
}
</style>