Shades of Deep Magenta #BE1BCA
Tints of Deep Magenta #BE1BCA
RGB
CMYK
RGB Variations
Color information
#BE1BCA (or 0xBE1BCA) is known color: Deep Magenta. HEX triplet: BE, 1B and CA. RGB value is (190,27,202). Sum of RGB (Red+Green+Blue) = 190+27+202=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE1BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1BCA is #41E435. Grayscale: #5F5F5F. Windows color (decimal): -4318262 or 13245374. OLE color: 13245374.
HSL color Cylindrical-coordinate representation of color #BE1BCA: hue angle of 295.89º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1BCA is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 27 | 202 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.21 |
| HSL | 295.89º | 0.76% | 0.45% | - |
| HSV(B) | 295.89º | 0.87% | 0.79% | - |
| XYZ | 32.29 | 16 | 57.26 | - |
| YUV | 95.69 | 188 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 27 | 202 | 0.06 | 0.87 | 0 | 0.21 | 295.89 | 0.76 | 0.45 |
| Hex | BE | 1B | CA | 6 | 57 | 0 | 15 | 128 | 4C | 2D |
| Octal | 276 | 33 | 312 | 6 | 127 | 0 | 25 | 450 | 114 | 55 |
| Binary | 10111110 | 11011 | 11001010 | 110 | 1010111 | 0 | 10101 | 100101000 | 1001100 | 101101 |
Color Harmonies of #BE1BCA
Complementary color
Monochromatic Colors of #BE1BCA
Black with #BE1BCA
Text Example
Text Example
White with #BE1BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1BCA; }
p { color: rgb(190,27,202); }
H1.HeaderClassName
{
color: #BE1BCA;
}
.AnyTagClassName
{
color: #BE1BCA;
}
</style>
background-color css
<style>
a { background-color: #BE1BCA; }
a { background-color: rgb(190,27,202); }
div.DivClassName
{
background-color: #BE1BCA;
}
.BgClassName
{
background-color: #BE1BCA;
}
</style>
border-color css
<style>
span { border-color: #BE1BCA; }
span { border-color: rgb(190,27,202); }
td.TdClassName
{
border-color: #BE1BCA;
}
.TagClassName
{
border-color: #BE1BCA;
}
</style>