Shades of Dark Orchid #BE2AD9
Tints of Dark Orchid #BE2AD9
RGB
CMYK
RGB Variations
Color information
#BE2AD9 (or 0xBE2AD9) is known color: Dark Orchid. HEX triplet: BE, 2A and D9. RGB value is (190,42,217). Sum of RGB (Red+Green+Blue) = 190+42+217=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE2AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2AD9 is #41D526. Grayscale: #696969. Windows color (decimal): -4314407 or 14232254. OLE color: 14232254.
HSL color Cylindrical-coordinate representation of color #BE2AD9: hue angle of 290.74º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2AD9 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 42 | 217 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.15 |
| HSL | 290.74º | 0.7% | 0.51% | - |
| HSV(B) | 290.74º | 0.81% | 0.85% | - |
| XYZ | 34.59 | 17.61 | 67.22 | - |
| YUV | 106.2 | 190.53 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 217 | 0.12 | 0.81 | 0 | 0.15 | 290.74 | 0.7 | 0.51 |
| Hex | BE | 2A | D9 | C | 51 | 0 | F | 123 | 46 | 33 |
| Octal | 276 | 52 | 331 | 14 | 121 | 0 | 17 | 443 | 106 | 63 |
| Binary | 10111110 | 101010 | 11011001 | 1100 | 1010001 | 0 | 1111 | 100100011 | 1000110 | 110011 |
Color Harmonies of #BE2AD9
Complementary color
Monochromatic Colors of #BE2AD9
Black with #BE2AD9
Text Example
Text Example
White with #BE2AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2AD9; }
p { color: rgb(190,42,217); }
H1.HeaderClassName
{
color: #BE2AD9;
}
.AnyTagClassName
{
color: #BE2AD9;
}
</style>
background-color css
<style>
a { background-color: #BE2AD9; }
a { background-color: rgb(190,42,217); }
div.DivClassName
{
background-color: #BE2AD9;
}
.BgClassName
{
background-color: #BE2AD9;
}
</style>
border-color css
<style>
span { border-color: #BE2AD9; }
span { border-color: rgb(190,42,217); }
td.TdClassName
{
border-color: #BE2AD9;
}
.TagClassName
{
border-color: #BE2AD9;
}
</style>