Shades of Deep Magenta #BE1BBC
Tints of Deep Magenta #BE1BBC
RGB
CMYK
RGB Variations
Color information
#BE1BBC (or 0xBE1BBC) is known color: Deep Magenta. HEX triplet: BE, 1B and BC. RGB value is (190,27,188). Sum of RGB (Red+Green+Blue) = 190+27+188=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1BBC is #41E443. Grayscale: #5D5D5D. Windows color (decimal): -4318276 or 12327870. OLE color: 12327870.
HSL color Cylindrical-coordinate representation of color #BE1BBC: hue angle of 300.74º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1BBC is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 27 | 188 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.25 |
| HSL | 300.74º | 0.75% | 0.43% | - |
| HSV(B) | 300.74º | 0.86% | 0.75% | - |
| XYZ | 30.7 | 15.36 | 48.92 | - |
| YUV | 94.09 | 181 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 27 | 188 | 0 | 0.86 | 0.01 | 0.25 | 300.74 | 0.75 | 0.43 |
| Hex | BE | 1B | BC | 0 | 56 | 1 | 19 | 12D | 4B | 2B |
| Octal | 276 | 33 | 274 | 0 | 126 | 1 | 31 | 455 | 113 | 53 |
| Binary | 10111110 | 11011 | 10111100 | 0 | 1010110 | 1 | 11001 | 100101101 | 1001011 | 101011 |
Color Harmonies of #BE1BBC
Complementary color
Monochromatic Colors of #BE1BBC
Black with #BE1BBC
Text Example
Text Example
White with #BE1BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1BBC; }
p { color: rgb(190,27,188); }
H1.HeaderClassName
{
color: #BE1BBC;
}
.AnyTagClassName
{
color: #BE1BBC;
}
</style>
background-color css
<style>
a { background-color: #BE1BBC; }
a { background-color: rgb(190,27,188); }
div.DivClassName
{
background-color: #BE1BBC;
}
.BgClassName
{
background-color: #BE1BBC;
}
</style>
border-color css
<style>
span { border-color: #BE1BBC; }
span { border-color: rgb(190,27,188); }
td.TdClassName
{
border-color: #BE1BBC;
}
.TagClassName
{
border-color: #BE1BBC;
}
</style>