Shades of Dark Orchid #BE2ACE
Tints of Dark Orchid #BE2ACE
RGB
CMYK
RGB Variations
Color information
#BE2ACE (or 0xBE2ACE) is known color: Dark Orchid. HEX triplet: BE, 2A and CE. RGB value is (190,42,206). Sum of RGB (Red+Green+Blue) = 190+42+206=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE2ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2ACE is #41D531. Grayscale: #686868. Windows color (decimal): -4314418 or 13511358. OLE color: 13511358.
HSL color Cylindrical-coordinate representation of color #BE2ACE: hue angle of 294.15º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2ACE is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 42 | 206 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.19 |
| HSL | 294.15º | 0.66% | 0.49% | - |
| HSV(B) | 294.15º | 0.8% | 0.81% | - |
| XYZ | 33.2 | 17.06 | 59.94 | - |
| YUV | 104.95 | 185.03 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 206 | 0.08 | 0.80 | 0 | 0.19 | 294.15 | 0.66 | 0.49 |
| Hex | BE | 2A | CE | 8 | 50 | 0 | 13 | 126 | 42 | 31 |
| Octal | 276 | 52 | 316 | 10 | 120 | 0 | 23 | 446 | 102 | 61 |
| Binary | 10111110 | 101010 | 11001110 | 1000 | 1010000 | 0 | 10011 | 100100110 | 1000010 | 110001 |
Color Harmonies of #BE2ACE
Complementary color
Monochromatic Colors of #BE2ACE
Black with #BE2ACE
Text Example
Text Example
White with #BE2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2ACE; }
p { color: rgb(190,42,206); }
H1.HeaderClassName
{
color: #BE2ACE;
}
.AnyTagClassName
{
color: #BE2ACE;
}
</style>
background-color css
<style>
a { background-color: #BE2ACE; }
a { background-color: rgb(190,42,206); }
div.DivClassName
{
background-color: #BE2ACE;
}
.BgClassName
{
background-color: #BE2ACE;
}
</style>
border-color css
<style>
span { border-color: #BE2ACE; }
span { border-color: rgb(190,42,206); }
td.TdClassName
{
border-color: #BE2ACE;
}
.TagClassName
{
border-color: #BE2ACE;
}
</style>