Shades of Deep Magenta #BE03DF
Tints of Deep Magenta #BE03DF
RGB
CMYK
RGB Variations
Color information
#BE03DF (or 0xBE03DF) is known color: Deep Magenta. HEX triplet: BE, 03 and DF. RGB value is (190,3,223). Sum of RGB (Red+Green+Blue) = 190+3+223=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE03DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE03DF is #41FC20. Grayscale: #535353. Windows color (decimal): -4324385 or 14615486. OLE color: 14615486.
HSL color Cylindrical-coordinate representation of color #BE03DF: hue angle of 291º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE03DF is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 3 | 223 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.13 |
| HSL | 291º | 0.97% | 0.44% | - |
| HSV(B) | 291º | 0.99% | 0.87% | - |
| XYZ | 34.59 | 16.34 | 71.14 | - |
| YUV | 83.99 | 206.45 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 223 | 0.15 | 0.99 | 0 | 0.13 | 291 | 0.97 | 0.44 |
| Hex | BE | 3 | DF | F | 63 | 0 | D | 123 | 61 | 2C |
| Octal | 276 | 3 | 337 | 17 | 143 | 0 | 15 | 443 | 141 | 54 |
| Binary | 10111110 | 11 | 11011111 | 1111 | 1100011 | 0 | 1101 | 100100011 | 1100001 | 101100 |
Color Harmonies of #BE03DF
Complementary color
Monochromatic Colors of #BE03DF
Black with #BE03DF
Text Example
Text Example
White with #BE03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE03DF; }
p { color: rgb(190,3,223); }
H1.HeaderClassName
{
color: #BE03DF;
}
.AnyTagClassName
{
color: #BE03DF;
}
</style>
background-color css
<style>
a { background-color: #BE03DF; }
a { background-color: rgb(190,3,223); }
div.DivClassName
{
background-color: #BE03DF;
}
.BgClassName
{
background-color: #BE03DF;
}
</style>
border-color css
<style>
span { border-color: #BE03DF; }
span { border-color: rgb(190,3,223); }
td.TdClassName
{
border-color: #BE03DF;
}
.TagClassName
{
border-color: #BE03DF;
}
</style>