Shades of Deep Magenta #BE13BC
Tints of Deep Magenta #BE13BC
RGB
CMYK
RGB Variations
Color information
#BE13BC (or 0xBE13BC) is known color: Deep Magenta. HEX triplet: BE, 13 and BC. RGB value is (190,19,188). Sum of RGB (Red+Green+Blue) = 190+19+188=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE13BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE13BC is #41EC43. Grayscale: #585858. Windows color (decimal): -4320324 or 12325822. OLE color: 12325822.
HSL color Cylindrical-coordinate representation of color #BE13BC: hue angle of 300.7º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE13BC is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 188 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.25 |
| HSL | 300.7º | 0.82% | 0.41% | - |
| HSV(B) | 300.7º | 0.9% | 0.75% | - |
| XYZ | 30.55 | 15.04 | 48.87 | - |
| YUV | 89.4 | 183.65 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 188 | 0 | 0.90 | 0.01 | 0.25 | 300.7 | 0.82 | 0.41 |
| Hex | BE | 13 | BC | 0 | 5A | 1 | 19 | 12D | 52 | 29 |
| Octal | 276 | 23 | 274 | 0 | 132 | 1 | 31 | 455 | 122 | 51 |
| Binary | 10111110 | 10011 | 10111100 | 0 | 1011010 | 1 | 11001 | 100101101 | 1010010 | 101001 |
Color Harmonies of #BE13BC
Complementary color
Monochromatic Colors of #BE13BC
Black with #BE13BC
Text Example
Text Example
White with #BE13BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE13BC; }
p { color: rgb(190,19,188); }
H1.HeaderClassName
{
color: #BE13BC;
}
.AnyTagClassName
{
color: #BE13BC;
}
</style>
background-color css
<style>
a { background-color: #BE13BC; }
a { background-color: rgb(190,19,188); }
div.DivClassName
{
background-color: #BE13BC;
}
.BgClassName
{
background-color: #BE13BC;
}
</style>
border-color css
<style>
span { border-color: #BE13BC; }
span { border-color: rgb(190,19,188); }
td.TdClassName
{
border-color: #BE13BC;
}
.TagClassName
{
border-color: #BE13BC;
}
</style>