Shades of Deep Magenta #BE23DD
Tints of Deep Magenta #BE23DD
RGB
CMYK
RGB Variations
Color information
#BE23DD (or 0xBE23DD) is known color: Deep Magenta. HEX triplet: BE, 23 and DD. RGB value is (190,35,221). Sum of RGB (Red+Green+Blue) = 190+35+221=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 35 (14.06% from 255 or 7.85% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE23DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE23DD is #41DC22. Grayscale: #656565. Windows color (decimal): -4316195 or 14492606. OLE color: 14492606.
HSL color Cylindrical-coordinate representation of color #BE23DD: hue angle of 290º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE23DD is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 35 | 221 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.13 |
| HSL | 290º | 0.73% | 0.5% | - |
| HSV(B) | 290º | 0.84% | 0.87% | - |
| XYZ | 34.89 | 17.37 | 69.92 | - |
| YUV | 102.55 | 194.85 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 35 | 221 | 0.14 | 0.84 | 0 | 0.13 | 290 | 0.73 | 0.5 |
| Hex | BE | 23 | DD | E | 54 | 0 | D | 122 | 49 | 32 |
| Octal | 276 | 43 | 335 | 16 | 124 | 0 | 15 | 442 | 111 | 62 |
| Binary | 10111110 | 100011 | 11011101 | 1110 | 1010100 | 0 | 1101 | 100100010 | 1001001 | 110010 |
Color Harmonies of #BE23DD
Complementary color
Monochromatic Colors of #BE23DD
Black with #BE23DD
Text Example
Text Example
White with #BE23DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE23DD; }
p { color: rgb(190,35,221); }
H1.HeaderClassName
{
color: #BE23DD;
}
.AnyTagClassName
{
color: #BE23DD;
}
</style>
background-color css
<style>
a { background-color: #BE23DD; }
a { background-color: rgb(190,35,221); }
div.DivClassName
{
background-color: #BE23DD;
}
.BgClassName
{
background-color: #BE23DD;
}
</style>
border-color css
<style>
span { border-color: #BE23DD; }
span { border-color: rgb(190,35,221); }
td.TdClassName
{
border-color: #BE23DD;
}
.TagClassName
{
border-color: #BE23DD;
}
</style>