Shades of Deep Magenta #BE09CF
Tints of Deep Magenta #BE09CF
RGB
CMYK
RGB Variations
Color information
#BE09CF (or 0xBE09CF) is known color: Deep Magenta. HEX triplet: BE, 09 and CF. RGB value is (190,9,207). Sum of RGB (Red+Green+Blue) = 190+9+207=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE09CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE09CF is #41F630. Grayscale: #555555. Windows color (decimal): -4322865 or 13568446. OLE color: 13568446.
HSL color Cylindrical-coordinate representation of color #BE09CF: hue angle of 294.85º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE09CF is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 9 | 207 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.19 |
| HSL | 294.85º | 0.92% | 0.42% | - |
| HSV(B) | 294.85º | 0.96% | 0.81% | - |
| XYZ | 32.6 | 15.65 | 60.33 | - |
| YUV | 85.69 | 196.47 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 9 | 207 | 0.08 | 0.96 | 0 | 0.19 | 294.85 | 0.92 | 0.42 |
| Hex | BE | 9 | CF | 8 | 60 | 0 | 13 | 127 | 5C | 2A |
| Octal | 276 | 11 | 317 | 10 | 140 | 0 | 23 | 447 | 134 | 52 |
| Binary | 10111110 | 1001 | 11001111 | 1000 | 1100000 | 0 | 10011 | 100100111 | 1011100 | 101010 |
Color Harmonies of #BE09CF
Complementary color
Monochromatic Colors of #BE09CF
Black with #BE09CF
Text Example
Text Example
White with #BE09CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE09CF; }
p { color: rgb(190,9,207); }
H1.HeaderClassName
{
color: #BE09CF;
}
.AnyTagClassName
{
color: #BE09CF;
}
</style>
background-color css
<style>
a { background-color: #BE09CF; }
a { background-color: rgb(190,9,207); }
div.DivClassName
{
background-color: #BE09CF;
}
.BgClassName
{
background-color: #BE09CF;
}
</style>
border-color css
<style>
span { border-color: #BE09CF; }
span { border-color: rgb(190,9,207); }
td.TdClassName
{
border-color: #BE09CF;
}
.TagClassName
{
border-color: #BE09CF;
}
</style>