Shades of Deep Magenta #BE10B2
Tints of Deep Magenta #BE10B2
RGB
CMYK
RGB Variations
Color information
#BE10B2 (or 0xBE10B2) is known color: Deep Magenta. HEX triplet: BE, 10 and B2. RGB value is (190,16,178). Sum of RGB (Red+Green+Blue) = 190+16+178=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE10B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE10B2 is #41EF4D. Grayscale: #565656. Windows color (decimal): -4321102 or 11669694. OLE color: 11669694.
HSL color Cylindrical-coordinate representation of color #BE10B2: hue angle of 304.14º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE10B2 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 16 | 178 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.25 |
| HSL | 304.14º | 0.84% | 0.4% | - |
| HSV(B) | 304.14º | 0.92% | 0.75% | - |
| XYZ | 29.46 | 14.53 | 43.37 | - |
| YUV | 86.49 | 179.65 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 178 | 0 | 0.92 | 0.06 | 0.25 | 304.14 | 0.84 | 0.4 |
| Hex | BE | 10 | B2 | 0 | 5C | 6 | 19 | 130 | 54 | 28 |
| Octal | 276 | 20 | 262 | 0 | 134 | 6 | 31 | 460 | 124 | 50 |
| Binary | 10111110 | 10000 | 10110010 | 0 | 1011100 | 110 | 11001 | 100110000 | 1010100 | 101000 |
Color Harmonies of #BE10B2
Complementary color
Monochromatic Colors of #BE10B2
Black with #BE10B2
Text Example
Text Example
White with #BE10B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE10B2; }
p { color: rgb(190,16,178); }
H1.HeaderClassName
{
color: #BE10B2;
}
.AnyTagClassName
{
color: #BE10B2;
}
</style>
background-color css
<style>
a { background-color: #BE10B2; }
a { background-color: rgb(190,16,178); }
div.DivClassName
{
background-color: #BE10B2;
}
.BgClassName
{
background-color: #BE10B2;
}
</style>
border-color css
<style>
span { border-color: #BE10B2; }
span { border-color: rgb(190,16,178); }
td.TdClassName
{
border-color: #BE10B2;
}
.TagClassName
{
border-color: #BE10B2;
}
</style>