Shades of Deep Magenta #BE09DF
Tints of Deep Magenta #BE09DF
RGB
CMYK
RGB Variations
Color information
#BE09DF (or 0xBE09DF) is known color: Deep Magenta. HEX triplet: BE, 09 and DF. RGB value is (190,9,223). Sum of RGB (Red+Green+Blue) = 190+9+223=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE09DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE09DF is #41F620. Grayscale: #565656. Windows color (decimal): -4322849 or 14617022. OLE color: 14617022.
HSL color Cylindrical-coordinate representation of color #BE09DF: hue angle of 290.75º degrees, saturation: 0.92, 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 #BE09DF is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 9 | 223 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.13 |
| HSL | 290.75º | 0.92% | 0.45% | - |
| HSV(B) | 290.75º | 0.96% | 0.87% | - |
| XYZ | 34.65 | 16.47 | 71.16 | - |
| YUV | 87.52 | 204.47 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 9 | 223 | 0.15 | 0.96 | 0 | 0.13 | 290.75 | 0.92 | 0.45 |
| Hex | BE | 9 | DF | F | 60 | 0 | D | 123 | 5C | 2D |
| Octal | 276 | 11 | 337 | 17 | 140 | 0 | 15 | 443 | 134 | 55 |
| Binary | 10111110 | 1001 | 11011111 | 1111 | 1100000 | 0 | 1101 | 100100011 | 1011100 | 101101 |
Color Harmonies of #BE09DF
Complementary color
Monochromatic Colors of #BE09DF
Black with #BE09DF
Text Example
Text Example
White with #BE09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE09DF; }
p { color: rgb(190,9,223); }
H1.HeaderClassName
{
color: #BE09DF;
}
.AnyTagClassName
{
color: #BE09DF;
}
</style>
background-color css
<style>
a { background-color: #BE09DF; }
a { background-color: rgb(190,9,223); }
div.DivClassName
{
background-color: #BE09DF;
}
.BgClassName
{
background-color: #BE09DF;
}
</style>
border-color css
<style>
span { border-color: #BE09DF; }
span { border-color: rgb(190,9,223); }
td.TdClassName
{
border-color: #BE09DF;
}
.TagClassName
{
border-color: #BE09DF;
}
</style>