Shades of Deep Magenta #BE00B0
Tints of Deep Magenta #BE00B0
RGB
CMYK
RGB Variations
Color information
#BE00B0 (or 0xBE00B0) is known color: Deep Magenta. HEX triplet: BE, 00 and B0. RGB value is (190,0,176). Sum of RGB (Red+Green+Blue) = 190+0+176=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE00B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE00B0 is #41FF4F. Grayscale: #4C4C4C. Windows color (decimal): -4325200 or 11534526. OLE color: 11534526.
HSL color Cylindrical-coordinate representation of color #BE00B0: hue angle of 304.42º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE00B0 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 176 | - |
| CMYK | 0 | 1 | 0.07 | 0.25 |
| HSL | 304.42º | 1% | 0.37% | - |
| HSV(B) | 304.42º | 1% | 0.75% | - |
| XYZ | 29.07 | 14.08 | 42.26 | - |
| YUV | 76.87 | 183.95 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 176 | 0 | 1 | 0.07 | 0.25 | 304.42 | 1 | 0.37 |
| Hex | BE | 0 | B0 | 0 | 64 | 7 | 19 | 130 | 64 | 25 |
| Octal | 276 | 0 | 260 | 0 | 144 | 7 | 31 | 460 | 144 | 45 |
| Binary | 10111110 | 0 | 10110000 | 0 | 1100100 | 111 | 11001 | 100110000 | 1100100 | 100101 |
Color Harmonies of #BE00B0
Complementary color
Monochromatic Colors of #BE00B0
Black with #BE00B0
Text Example
Text Example
White with #BE00B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE00B0; }
p { color: rgb(190,0,176); }
H1.HeaderClassName
{
color: #BE00B0;
}
.AnyTagClassName
{
color: #BE00B0;
}
</style>
background-color css
<style>
a { background-color: #BE00B0; }
a { background-color: rgb(190,0,176); }
div.DivClassName
{
background-color: #BE00B0;
}
.BgClassName
{
background-color: #BE00B0;
}
</style>
border-color css
<style>
span { border-color: #BE00B0; }
span { border-color: rgb(190,0,176); }
td.TdClassName
{
border-color: #BE00B0;
}
.TagClassName
{
border-color: #BE00B0;
}
</style>