Shades of Deep Magenta #BE08DF
Tints of Deep Magenta #BE08DF
RGB
CMYK
RGB Variations
Color information
#BE08DF (or 0xBE08DF) is known color: Deep Magenta. HEX triplet: BE, 08 and DF. RGB value is (190,8,223). Sum of RGB (Red+Green+Blue) = 190+8+223=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE08DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE08DF is #41F720. Grayscale: #565656. Windows color (decimal): -4323105 or 14616766. OLE color: 14616766.
HSL color Cylindrical-coordinate representation of color #BE08DF: hue angle of 290.79º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE08DF is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 8 | 223 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.13 |
| HSL | 290.79º | 0.93% | 0.45% | - |
| HSV(B) | 290.79º | 0.96% | 0.87% | - |
| XYZ | 34.64 | 16.45 | 71.16 | - |
| YUV | 86.93 | 204.8 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 8 | 223 | 0.15 | 0.96 | 0 | 0.13 | 290.79 | 0.93 | 0.45 |
| Hex | BE | 8 | DF | F | 60 | 0 | D | 123 | 5D | 2D |
| Octal | 276 | 10 | 337 | 17 | 140 | 0 | 15 | 443 | 135 | 55 |
| Binary | 10111110 | 1000 | 11011111 | 1111 | 1100000 | 0 | 1101 | 100100011 | 1011101 | 101101 |
Color Harmonies of #BE08DF
Complementary color
Monochromatic Colors of #BE08DF
Black with #BE08DF
Text Example
Text Example
White with #BE08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE08DF; }
p { color: rgb(190,8,223); }
H1.HeaderClassName
{
color: #BE08DF;
}
.AnyTagClassName
{
color: #BE08DF;
}
</style>
background-color css
<style>
a { background-color: #BE08DF; }
a { background-color: rgb(190,8,223); }
div.DivClassName
{
background-color: #BE08DF;
}
.BgClassName
{
background-color: #BE08DF;
}
</style>
border-color css
<style>
span { border-color: #BE08DF; }
span { border-color: rgb(190,8,223); }
td.TdClassName
{
border-color: #BE08DF;
}
.TagClassName
{
border-color: #BE08DF;
}
</style>