Shades of Deep Magenta #BE10C2
Tints of Deep Magenta #BE10C2
RGB
CMYK
RGB Variations
Color information
#BE10C2 (or 0xBE10C2) is known color: Deep Magenta. HEX triplet: BE, 10 and C2. RGB value is (190,16,194). Sum of RGB (Red+Green+Blue) = 190+16+194=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 194 (76.17% from 255 or 48.5% from 400); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE10C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE10C2 is #41EF3D. Grayscale: #575757. Windows color (decimal): -4321086 or 12718270. OLE color: 12718270.
HSL color Cylindrical-coordinate representation of color #BE10C2: hue angle of 298.65º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE10C2 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 16 | 194 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.24 |
| HSL | 298.65º | 0.85% | 0.41% | - |
| HSV(B) | 298.65º | 0.92% | 0.76% | - |
| XYZ | 31.16 | 15.21 | 52.33 | - |
| YUV | 88.32 | 187.65 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 194 | 0.02 | 0.92 | 0 | 0.24 | 298.65 | 0.85 | 0.41 |
| Hex | BE | 10 | C2 | 2 | 5C | 0 | 18 | 12B | 55 | 29 |
| Octal | 276 | 20 | 302 | 2 | 134 | 0 | 30 | 453 | 125 | 51 |
| Binary | 10111110 | 10000 | 11000010 | 10 | 1011100 | 0 | 11000 | 100101011 | 1010101 | 101001 |
Color Harmonies of #BE10C2
Complementary color
Monochromatic Colors of #BE10C2
Black with #BE10C2
Text Example
Text Example
White with #BE10C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE10C2; }
p { color: rgb(190,16,194); }
H1.HeaderClassName
{
color: #BE10C2;
}
.AnyTagClassName
{
color: #BE10C2;
}
</style>
background-color css
<style>
a { background-color: #BE10C2; }
a { background-color: rgb(190,16,194); }
div.DivClassName
{
background-color: #BE10C2;
}
.BgClassName
{
background-color: #BE10C2;
}
</style>
border-color css
<style>
span { border-color: #BE10C2; }
span { border-color: rgb(190,16,194); }
td.TdClassName
{
border-color: #BE10C2;
}
.TagClassName
{
border-color: #BE10C2;
}
</style>