Shades of Deep Magenta #BE1CB3
Tints of Deep Magenta #BE1CB3
RGB
CMYK
RGB Variations
Color information
#BE1CB3 (or 0xBE1CB3) is known color: Deep Magenta. HEX triplet: BE, 1C and B3. RGB value is (190,28,179). Sum of RGB (Red+Green+Blue) = 190+28+179=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1CB3 is #41E34C. Grayscale: #5D5D5D. Windows color (decimal): -4318029 or 11738302. OLE color: 11738302.
HSL color Cylindrical-coordinate representation of color #BE1CB3: hue angle of 304.07º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE1CB3 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 28 | 179 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.25 |
| HSL | 304.07º | 0.74% | 0.43% | - |
| HSV(B) | 304.07º | 0.85% | 0.75% | - |
| XYZ | 29.79 | 15.03 | 43.98 | - |
| YUV | 93.65 | 176.17 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 28 | 179 | 0 | 0.85 | 0.06 | 0.25 | 304.07 | 0.74 | 0.43 |
| Hex | BE | 1C | B3 | 0 | 55 | 6 | 19 | 130 | 4A | 2B |
| Octal | 276 | 34 | 263 | 0 | 125 | 6 | 31 | 460 | 112 | 53 |
| Binary | 10111110 | 11100 | 10110011 | 0 | 1010101 | 110 | 11001 | 100110000 | 1001010 | 101011 |
Color Harmonies of #BE1CB3
Complementary color
Monochromatic Colors of #BE1CB3
Black with #BE1CB3
Text Example
Text Example
White with #BE1CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1CB3; }
p { color: rgb(190,28,179); }
H1.HeaderClassName
{
color: #BE1CB3;
}
.AnyTagClassName
{
color: #BE1CB3;
}
</style>
background-color css
<style>
a { background-color: #BE1CB3; }
a { background-color: rgb(190,28,179); }
div.DivClassName
{
background-color: #BE1CB3;
}
.BgClassName
{
background-color: #BE1CB3;
}
</style>
border-color css
<style>
span { border-color: #BE1CB3; }
span { border-color: rgb(190,28,179); }
td.TdClassName
{
border-color: #BE1CB3;
}
.TagClassName
{
border-color: #BE1CB3;
}
</style>