Shades of Deep Magenta #BE1BB7
Tints of Deep Magenta #BE1BB7
RGB
CMYK
RGB Variations
Color information
#BE1BB7 (or 0xBE1BB7) is known color: Deep Magenta. HEX triplet: BE, 1B and B7. RGB value is (190,27,183). Sum of RGB (Red+Green+Blue) = 190+27+183=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1BB7 is #41E448. Grayscale: #5D5D5D. Windows color (decimal): -4318281 or 12000190. OLE color: 12000190.
HSL color Cylindrical-coordinate representation of color #BE1BB7: hue angle of 302.58º 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 #BE1BB7 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 27 | 183 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.25 |
| HSL | 302.58º | 0.75% | 0.43% | - |
| HSV(B) | 302.58º | 0.86% | 0.75% | - |
| XYZ | 30.17 | 15.15 | 46.13 | - |
| YUV | 93.52 | 178.5 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 27 | 183 | 0 | 0.86 | 0.04 | 0.25 | 302.58 | 0.75 | 0.43 |
| Hex | BE | 1B | B7 | 0 | 56 | 4 | 19 | 12F | 4B | 2B |
| Octal | 276 | 33 | 267 | 0 | 126 | 4 | 31 | 457 | 113 | 53 |
| Binary | 10111110 | 11011 | 10110111 | 0 | 1010110 | 100 | 11001 | 100101111 | 1001011 | 101011 |
Color Harmonies of #BE1BB7
Complementary color
Monochromatic Colors of #BE1BB7
Black with #BE1BB7
Text Example
Text Example
White with #BE1BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1BB7; }
p { color: rgb(190,27,183); }
H1.HeaderClassName
{
color: #BE1BB7;
}
.AnyTagClassName
{
color: #BE1BB7;
}
</style>
background-color css
<style>
a { background-color: #BE1BB7; }
a { background-color: rgb(190,27,183); }
div.DivClassName
{
background-color: #BE1BB7;
}
.BgClassName
{
background-color: #BE1BB7;
}
</style>
border-color css
<style>
span { border-color: #BE1BB7; }
span { border-color: rgb(190,27,183); }
td.TdClassName
{
border-color: #BE1BB7;
}
.TagClassName
{
border-color: #BE1BB7;
}
</style>