Shades of Deep Magenta #BE03D0
Tints of Deep Magenta #BE03D0
RGB
CMYK
RGB Variations
Color information
#BE03D0 (or 0xBE03D0) is known color: Deep Magenta. HEX triplet: BE, 03 and D0. RGB value is (190,3,208). Sum of RGB (Red+Green+Blue) = 190+3+208=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE03D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE03D0 is #41FC2F. Grayscale: #515151. Windows color (decimal): -4324400 or 13632446. OLE color: 13632446.
HSL color Cylindrical-coordinate representation of color #BE03D0: hue angle of 294.73º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE03D0 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 3 | 208 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.18 |
| HSL | 294.73º | 0.97% | 0.41% | - |
| HSV(B) | 294.73º | 0.99% | 0.82% | - |
| XYZ | 32.65 | 15.57 | 60.96 | - |
| YUV | 82.28 | 198.95 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 208 | 0.09 | 0.99 | 0 | 0.18 | 294.73 | 0.97 | 0.41 |
| Hex | BE | 3 | D0 | 9 | 63 | 0 | 12 | 127 | 61 | 29 |
| Octal | 276 | 3 | 320 | 11 | 143 | 0 | 22 | 447 | 141 | 51 |
| Binary | 10111110 | 11 | 11010000 | 1001 | 1100011 | 0 | 10010 | 100100111 | 1100001 | 101001 |
Color Harmonies of #BE03D0
Complementary color
Monochromatic Colors of #BE03D0
Black with #BE03D0
Text Example
Text Example
White with #BE03D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE03D0; }
p { color: rgb(190,3,208); }
H1.HeaderClassName
{
color: #BE03D0;
}
.AnyTagClassName
{
color: #BE03D0;
}
</style>
background-color css
<style>
a { background-color: #BE03D0; }
a { background-color: rgb(190,3,208); }
div.DivClassName
{
background-color: #BE03D0;
}
.BgClassName
{
background-color: #BE03D0;
}
</style>
border-color css
<style>
span { border-color: #BE03D0; }
span { border-color: rgb(190,3,208); }
td.TdClassName
{
border-color: #BE03D0;
}
.TagClassName
{
border-color: #BE03D0;
}
</style>