Shades of Deep Magenta #BE07C5
Tints of Deep Magenta #BE07C5
RGB
CMYK
RGB Variations
Color information
#BE07C5 (or 0xBE07C5) is known color: Deep Magenta. HEX triplet: BE, 07 and C5. RGB value is (190,7,197). Sum of RGB (Red+Green+Blue) = 190+7+197=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 197 (77.34% from 255 or 50% from 394); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE07C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE07C5 is #41F83A. Grayscale: #525252. Windows color (decimal): -4323387 or 12912574. OLE color: 12912574.
HSL color Cylindrical-coordinate representation of color #BE07C5: hue angle of 297.79º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE07C5 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 7 | 197 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.23 |
| HSL | 297.79º | 0.93% | 0.4% | - |
| HSV(B) | 297.79º | 0.96% | 0.77% | - |
| XYZ | 31.39 | 15.13 | 54.09 | - |
| YUV | 83.38 | 192.13 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 197 | 0.04 | 0.96 | 0 | 0.23 | 297.79 | 0.93 | 0.4 |
| Hex | BE | 7 | C5 | 4 | 60 | 0 | 17 | 12A | 5D | 28 |
| Octal | 276 | 7 | 305 | 4 | 140 | 0 | 27 | 452 | 135 | 50 |
| Binary | 10111110 | 111 | 11000101 | 100 | 1100000 | 0 | 10111 | 100101010 | 1011101 | 101000 |
Color Harmonies of #BE07C5
Complementary color
Monochromatic Colors of #BE07C5
Black with #BE07C5
Text Example
Text Example
White with #BE07C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE07C5; }
p { color: rgb(190,7,197); }
H1.HeaderClassName
{
color: #BE07C5;
}
.AnyTagClassName
{
color: #BE07C5;
}
</style>
background-color css
<style>
a { background-color: #BE07C5; }
a { background-color: rgb(190,7,197); }
div.DivClassName
{
background-color: #BE07C5;
}
.BgClassName
{
background-color: #BE07C5;
}
</style>
border-color css
<style>
span { border-color: #BE07C5; }
span { border-color: rgb(190,7,197); }
td.TdClassName
{
border-color: #BE07C5;
}
.TagClassName
{
border-color: #BE07C5;
}
</style>