Shades of Deep Magenta #BE00D1
Tints of Deep Magenta #BE00D1
RGB
CMYK
RGB Variations
Color information
#BE00D1 (or 0xBE00D1) is known color: Deep Magenta. HEX triplet: BE, 00 and D1. RGB value is (190,0,209). Sum of RGB (Red+Green+Blue) = 190+0+209=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE00D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00D1 is #41FF2E. Grayscale: #4F4F4F. Windows color (decimal): -4325167 or 13697214. OLE color: 13697214.
HSL color Cylindrical-coordinate representation of color #BE00D1: hue angle of 294.55º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE00D1 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 0 | 209 | - |
| CMYK | 0.09 | 1 | 0 | 0.18 |
| HSL | 294.55º | 1% | 0.41% | - |
| HSV(B) | 294.55º | 1% | 0.82% | - |
| XYZ | 32.74 | 15.55 | 61.6 | - |
| YUV | 80.64 | 200.45 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 209 | 0.09 | 1 | 0 | 0.18 | 294.55 | 1 | 0.41 |
| Hex | BE | 0 | D1 | 9 | 64 | 0 | 12 | 127 | 64 | 29 |
| Octal | 276 | 0 | 321 | 11 | 144 | 0 | 22 | 447 | 144 | 51 |
| Binary | 10111110 | 0 | 11010001 | 1001 | 1100100 | 0 | 10010 | 100100111 | 1100100 | 101001 |
Color Harmonies of #BE00D1
Complementary color
Monochromatic Colors of #BE00D1
Black with #BE00D1
Text Example
Text Example
White with #BE00D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE00D1; }
p { color: rgb(190,0,209); }
H1.HeaderClassName
{
color: #BE00D1;
}
.AnyTagClassName
{
color: #BE00D1;
}
</style>
background-color css
<style>
a { background-color: #BE00D1; }
a { background-color: rgb(190,0,209); }
div.DivClassName
{
background-color: #BE00D1;
}
.BgClassName
{
background-color: #BE00D1;
}
</style>
border-color css
<style>
span { border-color: #BE00D1; }
span { border-color: rgb(190,0,209); }
td.TdClassName
{
border-color: #BE00D1;
}
.TagClassName
{
border-color: #BE00D1;
}
</style>