Shades of Deep Magenta #BE15DB
Tints of Deep Magenta #BE15DB
RGB
CMYK
RGB Variations
Color information
#BE15DB (or 0xBE15DB) is known color: Deep Magenta. HEX triplet: BE, 15 and DB. RGB value is (190,21,219). Sum of RGB (Red+Green+Blue) = 190+21+219=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE15DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE15DB is #41EA24. Grayscale: #5D5D5D. Windows color (decimal): -4319781 or 14357950. OLE color: 14357950.
HSL color Cylindrical-coordinate representation of color #BE15DB: hue angle of 291.21º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE15DB is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 21 | 219 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.14 |
| HSL | 291.21º | 0.83% | 0.47% | - |
| HSV(B) | 291.21º | 0.9% | 0.86% | - |
| XYZ | 34.29 | 16.6 | 68.41 | - |
| YUV | 94.1 | 198.49 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 219 | 0.13 | 0.90 | 0 | 0.14 | 291.21 | 0.83 | 0.47 |
| Hex | BE | 15 | DB | D | 5A | 0 | E | 123 | 52 | 2F |
| Octal | 276 | 25 | 333 | 15 | 132 | 0 | 16 | 443 | 122 | 57 |
| Binary | 10111110 | 10101 | 11011011 | 1101 | 1011010 | 0 | 1110 | 100100011 | 1010010 | 101111 |
Color Harmonies of #BE15DB
Complementary color
Monochromatic Colors of #BE15DB
Black with #BE15DB
Text Example
Text Example
White with #BE15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE15DB; }
p { color: rgb(190,21,219); }
H1.HeaderClassName
{
color: #BE15DB;
}
.AnyTagClassName
{
color: #BE15DB;
}
</style>
background-color css
<style>
a { background-color: #BE15DB; }
a { background-color: rgb(190,21,219); }
div.DivClassName
{
background-color: #BE15DB;
}
.BgClassName
{
background-color: #BE15DB;
}
</style>
border-color css
<style>
span { border-color: #BE15DB; }
span { border-color: rgb(190,21,219); }
td.TdClassName
{
border-color: #BE15DB;
}
.TagClassName
{
border-color: #BE15DB;
}
</style>