Shades of Deep Magenta #BE0BC2
Tints of Deep Magenta #BE0BC2
RGB
CMYK
RGB Variations
Color information
#BE0BC2 (or 0xBE0BC2) is known color: Deep Magenta. HEX triplet: BE, 0B and C2. RGB value is (190,11,194). Sum of RGB (Red+Green+Blue) = 190+11+194=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE0BC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0BC2 is #41F43D. Grayscale: #545454. Windows color (decimal): -4322366 or 12716990. OLE color: 12716990.
HSL color Cylindrical-coordinate representation of color #BE0BC2: hue angle of 298.69º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0BC2 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 190 | 11 | 194 | - |
CMYK | 0.02 | 0.94 | 0 | 0.24 |
HSL | 298.69º | 0.89% | 0.4% | - |
HSV(B) | 298.69º | 0.94% | 0.76% | - |
XYZ | 31.09 | 15.08 | 52.31 | - |
YUV | 85.38 | 189.3 | 202.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 11 | 194 | 0.02 | 0.94 | 0 | 0.24 | 298.69 | 0.89 | 0.4 |
Hex | BE | B | C2 | 2 | 5E | 0 | 18 | 12B | 59 | 28 |
Octal | 276 | 13 | 302 | 2 | 136 | 0 | 30 | 453 | 131 | 50 |
Binary | 10111110 | 1011 | 11000010 | 10 | 1011110 | 0 | 11000 | 100101011 | 1011001 | 101000 |
Color Harmonies of #BE0BC2
Complementary color
Monochromatic Colors of #BE0BC2
Black with #BE0BC2
Text Example
Text Example
White with #BE0BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BC2; }
p { color: rgb(190,11,194); }
H1.HeaderClassName
{
color: #BE0BC2;
}
.AnyTagClassName
{
color: #BE0BC2;
}
</style>
background-color css
<style>
a { background-color: #BE0BC2; }
a { background-color: rgb(190,11,194); }
div.DivClassName
{
background-color: #BE0BC2;
}
.BgClassName
{
background-color: #BE0BC2;
}
</style>
border-color css
<style>
span { border-color: #BE0BC2; }
span { border-color: rgb(190,11,194); }
td.TdClassName
{
border-color: #BE0BC2;
}
.TagClassName
{
border-color: #BE0BC2;
}
</style>