Shades of Deep Magenta #BE1CC5
Tints of Deep Magenta #BE1CC5
RGB
CMYK
RGB Variations
Color information
#BE1CC5 (or 0xBE1CC5) is known color: Deep Magenta. HEX triplet: BE, 1C and C5. RGB value is (190,28,197). Sum of RGB (Red+Green+Blue) = 190+28+197=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 197 (77.34% from 255 or 47.47% from 415); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE1CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1CC5 is #41E33A. Grayscale: #5F5F5F. Windows color (decimal): -4318011 or 12917950. OLE color: 12917950.
HSL color Cylindrical-coordinate representation of color #BE1CC5: hue angle of 297.51º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1CC5 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 28 | 197 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.23 |
| HSL | 297.51º | 0.75% | 0.44% | - |
| HSV(B) | 297.51º | 0.86% | 0.77% | - |
| XYZ | 31.73 | 15.81 | 54.2 | - |
| YUV | 95.7 | 185.17 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 28 | 197 | 0.04 | 0.86 | 0 | 0.23 | 297.51 | 0.75 | 0.44 |
| Hex | BE | 1C | C5 | 4 | 56 | 0 | 17 | 12A | 4B | 2C |
| Octal | 276 | 34 | 305 | 4 | 126 | 0 | 27 | 452 | 113 | 54 |
| Binary | 10111110 | 11100 | 11000101 | 100 | 1010110 | 0 | 10111 | 100101010 | 1001011 | 101100 |
Color Harmonies of #BE1CC5
Complementary color
Monochromatic Colors of #BE1CC5
Black with #BE1CC5
Text Example
Text Example
White with #BE1CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1CC5; }
p { color: rgb(190,28,197); }
H1.HeaderClassName
{
color: #BE1CC5;
}
.AnyTagClassName
{
color: #BE1CC5;
}
</style>
background-color css
<style>
a { background-color: #BE1CC5; }
a { background-color: rgb(190,28,197); }
div.DivClassName
{
background-color: #BE1CC5;
}
.BgClassName
{
background-color: #BE1CC5;
}
</style>
border-color css
<style>
span { border-color: #BE1CC5; }
span { border-color: rgb(190,28,197); }
td.TdClassName
{
border-color: #BE1CC5;
}
.TagClassName
{
border-color: #BE1CC5;
}
</style>