Shades of Dark Orchid #BE29D4
Tints of Dark Orchid #BE29D4
RGB
CMYK
RGB Variations
Color information
#BE29D4 (or 0xBE29D4) is known color: Dark Orchid. HEX triplet: BE, 29 and D4. RGB value is (190,41,212). Sum of RGB (Red+Green+Blue) = 190+41+212=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE29D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE29D4 is #41D62B. Grayscale: #686868. Windows color (decimal): -4314668 or 13904318. OLE color: 13904318.
HSL color Cylindrical-coordinate representation of color #BE29D4: hue angle of 292.28º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE29D4 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 41 | 212 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.17 |
| HSL | 292.28º | 0.68% | 0.5% | - |
| HSV(B) | 292.28º | 0.81% | 0.83% | - |
| XYZ | 33.91 | 17.29 | 63.84 | - |
| YUV | 105.05 | 188.36 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 212 | 0.10 | 0.81 | 0 | 0.17 | 292.28 | 0.68 | 0.5 |
| Hex | BE | 29 | D4 | A | 51 | 0 | 11 | 124 | 44 | 32 |
| Octal | 276 | 51 | 324 | 12 | 121 | 0 | 21 | 444 | 104 | 62 |
| Binary | 10111110 | 101001 | 11010100 | 1010 | 1010001 | 0 | 10001 | 100100100 | 1000100 | 110010 |
Color Harmonies of #BE29D4
Complementary color
Monochromatic Colors of #BE29D4
Black with #BE29D4
Text Example
Text Example
White with #BE29D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE29D4; }
p { color: rgb(190,41,212); }
H1.HeaderClassName
{
color: #BE29D4;
}
.AnyTagClassName
{
color: #BE29D4;
}
</style>
background-color css
<style>
a { background-color: #BE29D4; }
a { background-color: rgb(190,41,212); }
div.DivClassName
{
background-color: #BE29D4;
}
.BgClassName
{
background-color: #BE29D4;
}
</style>
border-color css
<style>
span { border-color: #BE29D4; }
span { border-color: rgb(190,41,212); }
td.TdClassName
{
border-color: #BE29D4;
}
.TagClassName
{
border-color: #BE29D4;
}
</style>