Shades of Deep Magenta #BE03C5
Tints of Deep Magenta #BE03C5
RGB
CMYK
RGB Variations
Color information
#BE03C5 (or 0xBE03C5) is known color: Deep Magenta. HEX triplet: BE, 03 and C5. RGB value is (190,3,197). Sum of RGB (Red+Green+Blue) = 190+3+197=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 197 (77.34% from 255 or 50.51% from 390); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE03C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE03C5 is #41FC3A. Grayscale: #505050. Windows color (decimal): -4324411 or 12911550. OLE color: 12911550.
HSL color Cylindrical-coordinate representation of color #BE03C5: hue angle of 297.84º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE03C5 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 3 | 197 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.23 |
| HSL | 297.84º | 0.97% | 0.39% | - |
| HSV(B) | 297.84º | 0.98% | 0.77% | - |
| XYZ | 31.35 | 15.04 | 54.07 | - |
| YUV | 81.03 | 193.45 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 197 | 0.04 | 0.98 | 0 | 0.23 | 297.84 | 0.97 | 0.39 |
| Hex | BE | 3 | C5 | 4 | 62 | 0 | 17 | 12A | 61 | 27 |
| Octal | 276 | 3 | 305 | 4 | 142 | 0 | 27 | 452 | 141 | 47 |
| Binary | 10111110 | 11 | 11000101 | 100 | 1100010 | 0 | 10111 | 100101010 | 1100001 | 100111 |
Color Harmonies of #BE03C5
Complementary color
Monochromatic Colors of #BE03C5
Black with #BE03C5
Text Example
Text Example
White with #BE03C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE03C5; }
p { color: rgb(190,3,197); }
H1.HeaderClassName
{
color: #BE03C5;
}
.AnyTagClassName
{
color: #BE03C5;
}
</style>
background-color css
<style>
a { background-color: #BE03C5; }
a { background-color: rgb(190,3,197); }
div.DivClassName
{
background-color: #BE03C5;
}
.BgClassName
{
background-color: #BE03C5;
}
</style>
border-color css
<style>
span { border-color: #BE03C5; }
span { border-color: rgb(190,3,197); }
td.TdClassName
{
border-color: #BE03C5;
}
.TagClassName
{
border-color: #BE03C5;
}
</style>