Shades of Deep Magenta #BE15DF
Tints of Deep Magenta #BE15DF
RGB
CMYK
RGB Variations
Color information
#BE15DF (or 0xBE15DF) is known color: Deep Magenta. HEX triplet: BE, 15 and DF. RGB value is (190,21,223). Sum of RGB (Red+Green+Blue) = 190+21+223=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE15DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE15DF is #41EA20. Grayscale: #5D5D5D. Windows color (decimal): -4319777 or 14620094. OLE color: 14620094.
HSL color Cylindrical-coordinate representation of color #BE15DF: hue angle of 290.2º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE15DF is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 21 | 223 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.13 |
| HSL | 290.2º | 0.83% | 0.48% | - |
| HSV(B) | 290.2º | 0.91% | 0.87% | - |
| XYZ | 34.82 | 16.81 | 71.22 | - |
| YUV | 94.56 | 200.49 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 223 | 0.15 | 0.91 | 0 | 0.13 | 290.2 | 0.83 | 0.48 |
| Hex | BE | 15 | DF | F | 5B | 0 | D | 122 | 53 | 30 |
| Octal | 276 | 25 | 337 | 17 | 133 | 0 | 15 | 442 | 123 | 60 |
| Binary | 10111110 | 10101 | 11011111 | 1111 | 1011011 | 0 | 1101 | 100100010 | 1010011 | 110000 |
Color Harmonies of #BE15DF
Complementary color
Monochromatic Colors of #BE15DF
Black with #BE15DF
Text Example
Text Example
White with #BE15DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE15DF; }
p { color: rgb(190,21,223); }
H1.HeaderClassName
{
color: #BE15DF;
}
.AnyTagClassName
{
color: #BE15DF;
}
</style>
background-color css
<style>
a { background-color: #BE15DF; }
a { background-color: rgb(190,21,223); }
div.DivClassName
{
background-color: #BE15DF;
}
.BgClassName
{
background-color: #BE15DF;
}
</style>
border-color css
<style>
span { border-color: #BE15DF; }
span { border-color: rgb(190,21,223); }
td.TdClassName
{
border-color: #BE15DF;
}
.TagClassName
{
border-color: #BE15DF;
}
</style>