Shades of Deep Magenta #BE03CF
Tints of Deep Magenta #BE03CF
RGB
CMYK
RGB Variations
Color information
#BE03CF (or 0xBE03CF) is known color: Deep Magenta. HEX triplet: BE, 03 and CF. RGB value is (190,3,207). Sum of RGB (Red+Green+Blue) = 190+3+207=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE03CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE03CF is #41FC30. Grayscale: #515151. Windows color (decimal): -4324401 or 13566910. OLE color: 13566910.
HSL color Cylindrical-coordinate representation of color #BE03CF: hue angle of 295º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE03CF is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 3 | 207 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.19 |
| HSL | 295º | 0.97% | 0.41% | - |
| HSV(B) | 295º | 0.99% | 0.81% | - |
| XYZ | 32.53 | 15.52 | 60.31 | - |
| YUV | 82.17 | 198.45 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 207 | 0.08 | 0.99 | 0 | 0.19 | 295 | 0.97 | 0.41 |
| Hex | BE | 3 | CF | 8 | 63 | 0 | 13 | 127 | 61 | 29 |
| Octal | 276 | 3 | 317 | 10 | 143 | 0 | 23 | 447 | 141 | 51 |
| Binary | 10111110 | 11 | 11001111 | 1000 | 1100011 | 0 | 10011 | 100100111 | 1100001 | 101001 |
Color Harmonies of #BE03CF
Complementary color
Monochromatic Colors of #BE03CF
Black with #BE03CF
Text Example
Text Example
White with #BE03CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE03CF; }
p { color: rgb(190,3,207); }
H1.HeaderClassName
{
color: #BE03CF;
}
.AnyTagClassName
{
color: #BE03CF;
}
</style>
background-color css
<style>
a { background-color: #BE03CF; }
a { background-color: rgb(190,3,207); }
div.DivClassName
{
background-color: #BE03CF;
}
.BgClassName
{
background-color: #BE03CF;
}
</style>
border-color css
<style>
span { border-color: #BE03CF; }
span { border-color: rgb(190,3,207); }
td.TdClassName
{
border-color: #BE03CF;
}
.TagClassName
{
border-color: #BE03CF;
}
</style>