Shades of Deep Magenta #BE07DB
Tints of Deep Magenta #BE07DB
RGB
CMYK
RGB Variations
Color information
#BE07DB (or 0xBE07DB) is known color: Deep Magenta. HEX triplet: BE, 07 and DB. RGB value is (190,7,219). Sum of RGB (Red+Green+Blue) = 190+7+219=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE07DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE07DB is #41F824. Grayscale: #555555. Windows color (decimal): -4323365 or 14354366. OLE color: 14354366.
HSL color Cylindrical-coordinate representation of color #BE07DB: hue angle of 291.79º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE07DB is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 7 | 219 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.14 |
| HSL | 291.79º | 0.94% | 0.44% | - |
| HSV(B) | 291.79º | 0.97% | 0.86% | - |
| XYZ | 34.1 | 16.21 | 68.35 | - |
| YUV | 85.89 | 203.13 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 219 | 0.13 | 0.97 | 0 | 0.14 | 291.79 | 0.94 | 0.44 |
| Hex | BE | 7 | DB | D | 61 | 0 | E | 124 | 5E | 2C |
| Octal | 276 | 7 | 333 | 15 | 141 | 0 | 16 | 444 | 136 | 54 |
| Binary | 10111110 | 111 | 11011011 | 1101 | 1100001 | 0 | 1110 | 100100100 | 1011110 | 101100 |
Color Harmonies of #BE07DB
Complementary color
Monochromatic Colors of #BE07DB
Black with #BE07DB
Text Example
Text Example
White with #BE07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE07DB; }
p { color: rgb(190,7,219); }
H1.HeaderClassName
{
color: #BE07DB;
}
.AnyTagClassName
{
color: #BE07DB;
}
</style>
background-color css
<style>
a { background-color: #BE07DB; }
a { background-color: rgb(190,7,219); }
div.DivClassName
{
background-color: #BE07DB;
}
.BgClassName
{
background-color: #BE07DB;
}
</style>
border-color css
<style>
span { border-color: #BE07DB; }
span { border-color: rgb(190,7,219); }
td.TdClassName
{
border-color: #BE07DB;
}
.TagClassName
{
border-color: #BE07DB;
}
</style>