Shades of Deep Magenta #BE00B5
Tints of Deep Magenta #BE00B5
RGB
CMYK
RGB Variations
Color information
#BE00B5 (or 0xBE00B5) is known color: Deep Magenta. HEX triplet: BE, 00 and B5. RGB value is (190,0,181). Sum of RGB (Red+Green+Blue) = 190+0+181=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE00B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00B5 is #41FF4A. Grayscale: #4C4C4C. Windows color (decimal): -4325195 or 11862206. OLE color: 11862206.
HSL color Cylindrical-coordinate representation of color #BE00B5: hue angle of 302.84º 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 #BE00B5 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.05 | 0.25 |
| HSL | 302.84º | 1% | 0.37% | - |
| HSV(B) | 302.84º | 1% | 0.75% | - |
| XYZ | 29.58 | 14.28 | 44.91 | - |
| YUV | 77.44 | 186.45 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 181 | 0 | 1 | 0.05 | 0.25 | 302.84 | 1 | 0.37 |
| Hex | BE | 0 | B5 | 0 | 64 | 5 | 19 | 12F | 64 | 25 |
| Octal | 276 | 0 | 265 | 0 | 144 | 5 | 31 | 457 | 144 | 45 |
| Binary | 10111110 | 0 | 10110101 | 0 | 1100100 | 101 | 11001 | 100101111 | 1100100 | 100101 |
Color Harmonies of #BE00B5
Complementary color
Monochromatic Colors of #BE00B5
Black with #BE00B5
Text Example
Text Example
White with #BE00B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE00B5; }
p { color: rgb(190,0,181); }
H1.HeaderClassName
{
color: #BE00B5;
}
.AnyTagClassName
{
color: #BE00B5;
}
</style>
background-color css
<style>
a { background-color: #BE00B5; }
a { background-color: rgb(190,0,181); }
div.DivClassName
{
background-color: #BE00B5;
}
.BgClassName
{
background-color: #BE00B5;
}
</style>
border-color css
<style>
span { border-color: #BE00B5; }
span { border-color: rgb(190,0,181); }
td.TdClassName
{
border-color: #BE00B5;
}
.TagClassName
{
border-color: #BE00B5;
}
</style>