Shades of Deep Magenta #BE01B7
Tints of Deep Magenta #BE01B7
RGB
CMYK
RGB Variations
Color information
#BE01B7 (or 0xBE01B7) is known color: Deep Magenta. HEX triplet: BE, 01 and B7. RGB value is (190,1,183). Sum of RGB (Red+Green+Blue) = 190+1+183=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE01B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE01B7 is #41FE48. Grayscale: #4D4D4D. Windows color (decimal): -4324937 or 11993534. OLE color: 11993534.
HSL color Cylindrical-coordinate representation of color #BE01B7: hue angle of 302.22º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE01B7 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 183 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.25 |
| HSL | 302.22º | 0.99% | 0.37% | - |
| HSV(B) | 302.22º | 0.99% | 0.75% | - |
| XYZ | 29.79 | 14.39 | 46.01 | - |
| YUV | 78.26 | 187.12 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 183 | 0 | 0.99 | 0.04 | 0.25 | 302.22 | 0.99 | 0.37 |
| Hex | BE | 1 | B7 | 0 | 63 | 4 | 19 | 12E | 63 | 25 |
| Octal | 276 | 1 | 267 | 0 | 143 | 4 | 31 | 456 | 143 | 45 |
| Binary | 10111110 | 1 | 10110111 | 0 | 1100011 | 100 | 11001 | 100101110 | 1100011 | 100101 |
Color Harmonies of #BE01B7
Complementary color
Monochromatic Colors of #BE01B7
Black with #BE01B7
Text Example
Text Example
White with #BE01B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE01B7; }
p { color: rgb(190,1,183); }
H1.HeaderClassName
{
color: #BE01B7;
}
.AnyTagClassName
{
color: #BE01B7;
}
</style>
background-color css
<style>
a { background-color: #BE01B7; }
a { background-color: rgb(190,1,183); }
div.DivClassName
{
background-color: #BE01B7;
}
.BgClassName
{
background-color: #BE01B7;
}
</style>
border-color css
<style>
span { border-color: #BE01B7; }
span { border-color: rgb(190,1,183); }
td.TdClassName
{
border-color: #BE01B7;
}
.TagClassName
{
border-color: #BE01B7;
}
</style>