Shades of Deep Magenta #BE03D5
Tints of Deep Magenta #BE03D5
RGB
CMYK
RGB Variations
Color information
#BE03D5 (or 0xBE03D5) is known color: Deep Magenta. HEX triplet: BE, 03 and D5. RGB value is (190,3,213). Sum of RGB (Red+Green+Blue) = 190+3+213=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE03D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE03D5 is #41FC2A. Grayscale: #525252. Windows color (decimal): -4324395 or 13960126. OLE color: 13960126.
HSL color Cylindrical-coordinate representation of color #BE03D5: hue angle of 293.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE03D5 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 3 | 213 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.16 |
| HSL | 293.43º | 0.97% | 0.42% | - |
| HSV(B) | 293.43º | 0.99% | 0.84% | - |
| XYZ | 33.28 | 15.82 | 64.25 | - |
| YUV | 82.85 | 201.45 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 213 | 0.11 | 0.99 | 0 | 0.16 | 293.43 | 0.97 | 0.42 |
| Hex | BE | 3 | D5 | B | 63 | 0 | 10 | 125 | 61 | 2A |
| Octal | 276 | 3 | 325 | 13 | 143 | 0 | 20 | 445 | 141 | 52 |
| Binary | 10111110 | 11 | 11010101 | 1011 | 1100011 | 0 | 10000 | 100100101 | 1100001 | 101010 |
Color Harmonies of #BE03D5
Complementary color
Monochromatic Colors of #BE03D5
Black with #BE03D5
Text Example
Text Example
White with #BE03D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE03D5; }
p { color: rgb(190,3,213); }
H1.HeaderClassName
{
color: #BE03D5;
}
.AnyTagClassName
{
color: #BE03D5;
}
</style>
background-color css
<style>
a { background-color: #BE03D5; }
a { background-color: rgb(190,3,213); }
div.DivClassName
{
background-color: #BE03D5;
}
.BgClassName
{
background-color: #BE03D5;
}
</style>
border-color css
<style>
span { border-color: #BE03D5; }
span { border-color: rgb(190,3,213); }
td.TdClassName
{
border-color: #BE03D5;
}
.TagClassName
{
border-color: #BE03D5;
}
</style>