Shades of Deep Magenta #BE14B2
Tints of Deep Magenta #BE14B2
RGB
CMYK
RGB Variations
Color information
#BE14B2 (or 0xBE14B2) is known color: Deep Magenta. HEX triplet: BE, 14 and B2. RGB value is (190,20,178). Sum of RGB (Red+Green+Blue) = 190+20+178=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE14B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE14B2 is #41EB4D. Grayscale: #585858. Windows color (decimal): -4320078 or 11670718. OLE color: 11670718.
HSL color Cylindrical-coordinate representation of color #BE14B2: hue angle of 304.24º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE14B2 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 178 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.25 |
| HSL | 304.24º | 0.81% | 0.41% | - |
| HSV(B) | 304.24º | 0.89% | 0.75% | - |
| XYZ | 29.52 | 14.66 | 43.39 | - |
| YUV | 88.84 | 178.32 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 178 | 0 | 0.89 | 0.06 | 0.25 | 304.24 | 0.81 | 0.41 |
| Hex | BE | 14 | B2 | 0 | 59 | 6 | 19 | 130 | 51 | 29 |
| Octal | 276 | 24 | 262 | 0 | 131 | 6 | 31 | 460 | 121 | 51 |
| Binary | 10111110 | 10100 | 10110010 | 0 | 1011001 | 110 | 11001 | 100110000 | 1010001 | 101001 |
Color Harmonies of #BE14B2
Complementary color
Monochromatic Colors of #BE14B2
Black with #BE14B2
Text Example
Text Example
White with #BE14B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE14B2; }
p { color: rgb(190,20,178); }
H1.HeaderClassName
{
color: #BE14B2;
}
.AnyTagClassName
{
color: #BE14B2;
}
</style>
background-color css
<style>
a { background-color: #BE14B2; }
a { background-color: rgb(190,20,178); }
div.DivClassName
{
background-color: #BE14B2;
}
.BgClassName
{
background-color: #BE14B2;
}
</style>
border-color css
<style>
span { border-color: #BE14B2; }
span { border-color: rgb(190,20,178); }
td.TdClassName
{
border-color: #BE14B2;
}
.TagClassName
{
border-color: #BE14B2;
}
</style>