Shades of Deep Magenta #BE15CE
Tints of Deep Magenta #BE15CE
RGB
CMYK
RGB Variations
Color information
#BE15CE (or 0xBE15CE) is known color: Deep Magenta. HEX triplet: BE, 15 and CE. RGB value is (190,21,206). Sum of RGB (Red+Green+Blue) = 190+21+206=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE15CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE15CE is #41EA31. Grayscale: #5C5C5C. Windows color (decimal): -4319794 or 13505982. OLE color: 13505982.
HSL color Cylindrical-coordinate representation of color #BE15CE: hue angle of 294.81º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE15CE is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 21 | 206 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.19 |
| HSL | 294.81º | 0.81% | 0.45% | - |
| HSV(B) | 294.81º | 0.9% | 0.81% | - |
| XYZ | 32.64 | 15.94 | 59.75 | - |
| YUV | 92.62 | 191.99 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 206 | 0.08 | 0.90 | 0 | 0.19 | 294.81 | 0.81 | 0.45 |
| Hex | BE | 15 | CE | 8 | 5A | 0 | 13 | 127 | 51 | 2D |
| Octal | 276 | 25 | 316 | 10 | 132 | 0 | 23 | 447 | 121 | 55 |
| Binary | 10111110 | 10101 | 11001110 | 1000 | 1011010 | 0 | 10011 | 100100111 | 1010001 | 101101 |
Color Harmonies of #BE15CE
Complementary color
Monochromatic Colors of #BE15CE
Black with #BE15CE
Text Example
Text Example
White with #BE15CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE15CE; }
p { color: rgb(190,21,206); }
H1.HeaderClassName
{
color: #BE15CE;
}
.AnyTagClassName
{
color: #BE15CE;
}
</style>
background-color css
<style>
a { background-color: #BE15CE; }
a { background-color: rgb(190,21,206); }
div.DivClassName
{
background-color: #BE15CE;
}
.BgClassName
{
background-color: #BE15CE;
}
</style>
border-color css
<style>
span { border-color: #BE15CE; }
span { border-color: rgb(190,21,206); }
td.TdClassName
{
border-color: #BE15CE;
}
.TagClassName
{
border-color: #BE15CE;
}
</style>