Shades of Deep Magenta #BE07D1
Tints of Deep Magenta #BE07D1
RGB
CMYK
RGB Variations
Color information
#BE07D1 (or 0xBE07D1) is known color: Deep Magenta. HEX triplet: BE, 07 and D1. RGB value is (190,7,209). Sum of RGB (Red+Green+Blue) = 190+7+209=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 209 (82.03% from 255 or 51.48% from 406); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE07D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE07D1 is #41F82E. Grayscale: #545454. Windows color (decimal): -4323375 or 13699006. OLE color: 13699006.
HSL color Cylindrical-coordinate representation of color #BE07D1: hue angle of 294.36º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE07D1 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 7 | 209 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.18 |
| HSL | 294.36º | 0.94% | 0.42% | - |
| HSV(B) | 294.36º | 0.97% | 0.82% | - |
| XYZ | 32.82 | 15.7 | 61.62 | - |
| YUV | 84.75 | 198.13 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 209 | 0.09 | 0.97 | 0 | 0.18 | 294.36 | 0.94 | 0.42 |
| Hex | BE | 7 | D1 | 9 | 61 | 0 | 12 | 126 | 5E | 2A |
| Octal | 276 | 7 | 321 | 11 | 141 | 0 | 22 | 446 | 136 | 52 |
| Binary | 10111110 | 111 | 11010001 | 1001 | 1100001 | 0 | 10010 | 100100110 | 1011110 | 101010 |
Color Harmonies of #BE07D1
Complementary color
Monochromatic Colors of #BE07D1
Black with #BE07D1
Text Example
Text Example
White with #BE07D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE07D1; }
p { color: rgb(190,7,209); }
H1.HeaderClassName
{
color: #BE07D1;
}
.AnyTagClassName
{
color: #BE07D1;
}
</style>
background-color css
<style>
a { background-color: #BE07D1; }
a { background-color: rgb(190,7,209); }
div.DivClassName
{
background-color: #BE07D1;
}
.BgClassName
{
background-color: #BE07D1;
}
</style>
border-color css
<style>
span { border-color: #BE07D1; }
span { border-color: rgb(190,7,209); }
td.TdClassName
{
border-color: #BE07D1;
}
.TagClassName
{
border-color: #BE07D1;
}
</style>