Shades of Dark Orchid #BE2ADC
Tints of Dark Orchid #BE2ADC
RGB
CMYK
RGB Variations
Color information
#BE2ADC (or 0xBE2ADC) is known color: Dark Orchid. HEX triplet: BE, 2A and DC. RGB value is (190,42,220). Sum of RGB (Red+Green+Blue) = 190+42+220=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 42 (16.80% from 255 or 9.29% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE2ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2ADC is #41D523. Grayscale: #696969. Windows color (decimal): -4314404 or 14428862. OLE color: 14428862.
HSL color Cylindrical-coordinate representation of color #BE2ADC: hue angle of 289.89º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2ADC is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 42 | 220 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.14 |
| HSL | 289.89º | 0.72% | 0.51% | - |
| HSV(B) | 289.89º | 0.81% | 0.86% | - |
| XYZ | 34.98 | 17.77 | 69.3 | - |
| YUV | 106.54 | 192.03 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 220 | 0.14 | 0.81 | 0 | 0.14 | 289.89 | 0.72 | 0.51 |
| Hex | BE | 2A | DC | E | 51 | 0 | E | 122 | 48 | 33 |
| Octal | 276 | 52 | 334 | 16 | 121 | 0 | 16 | 442 | 110 | 63 |
| Binary | 10111110 | 101010 | 11011100 | 1110 | 1010001 | 0 | 1110 | 100100010 | 1001000 | 110011 |
Color Harmonies of #BE2ADC
Complementary color
Monochromatic Colors of #BE2ADC
Black with #BE2ADC
Text Example
Text Example
White with #BE2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2ADC; }
p { color: rgb(190,42,220); }
H1.HeaderClassName
{
color: #BE2ADC;
}
.AnyTagClassName
{
color: #BE2ADC;
}
</style>
background-color css
<style>
a { background-color: #BE2ADC; }
a { background-color: rgb(190,42,220); }
div.DivClassName
{
background-color: #BE2ADC;
}
.BgClassName
{
background-color: #BE2ADC;
}
</style>
border-color css
<style>
span { border-color: #BE2ADC; }
span { border-color: rgb(190,42,220); }
td.TdClassName
{
border-color: #BE2ADC;
}
.TagClassName
{
border-color: #BE2ADC;
}
</style>