Shades of Dark Orchid #BE2AD3
Tints of Dark Orchid #BE2AD3
RGB
CMYK
RGB Variations
Color information
#BE2AD3 (or 0xBE2AD3) is known color: Dark Orchid. HEX triplet: BE, 2A and D3. RGB value is (190,42,211). Sum of RGB (Red+Green+Blue) = 190+42+211=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 211 (82.81% from 255 or 47.63% from 443); Max value from RGB is 211 - color contains mainly: blue. Hex color #BE2AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2AD3 is #41D52C. Grayscale: #686868. Windows color (decimal): -4314413 or 13839038. OLE color: 13839038.
HSL color Cylindrical-coordinate representation of color #BE2AD3: hue angle of 292.54º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2AD3 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 42 | 211 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.17 |
| HSL | 292.54º | 0.67% | 0.5% | - |
| HSV(B) | 292.54º | 0.8% | 0.83% | - |
| XYZ | 33.82 | 17.31 | 63.19 | - |
| YUV | 105.52 | 187.53 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 211 | 0.10 | 0.80 | 0 | 0.17 | 292.54 | 0.67 | 0.5 |
| Hex | BE | 2A | D3 | A | 50 | 0 | 11 | 125 | 43 | 32 |
| Octal | 276 | 52 | 323 | 12 | 120 | 0 | 21 | 445 | 103 | 62 |
| Binary | 10111110 | 101010 | 11010011 | 1010 | 1010000 | 0 | 10001 | 100100101 | 1000011 | 110010 |
Color Harmonies of #BE2AD3
Complementary color
Monochromatic Colors of #BE2AD3
Black with #BE2AD3
Text Example
Text Example
White with #BE2AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2AD3; }
p { color: rgb(190,42,211); }
H1.HeaderClassName
{
color: #BE2AD3;
}
.AnyTagClassName
{
color: #BE2AD3;
}
</style>
background-color css
<style>
a { background-color: #BE2AD3; }
a { background-color: rgb(190,42,211); }
div.DivClassName
{
background-color: #BE2AD3;
}
.BgClassName
{
background-color: #BE2AD3;
}
</style>
border-color css
<style>
span { border-color: #BE2AD3; }
span { border-color: rgb(190,42,211); }
td.TdClassName
{
border-color: #BE2AD3;
}
.TagClassName
{
border-color: #BE2AD3;
}
</style>