Shades of Dark Orchid #BE29E2
Tints of Dark Orchid #BE29E2
RGB
CMYK
RGB Variations
Color information
#BE29E2 (or 0xBE29E2) is known color: Dark Orchid. HEX triplet: BE, 29 and E2. RGB value is (190,41,226). Sum of RGB (Red+Green+Blue) = 190+41+226=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 226 (88.67% from 255 or 49.45% from 457); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE29E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE29E2 is #41D61D. Grayscale: #6A6A6A. Windows color (decimal): -4314654 or 14821822. OLE color: 14821822.
HSL color Cylindrical-coordinate representation of color #BE29E2: hue angle of 288.32º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE29E2 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 41 | 226 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.11 |
| HSL | 288.32º | 0.76% | 0.52% | - |
| HSV(B) | 288.32º | 0.82% | 0.89% | - |
| XYZ | 35.76 | 18.02 | 73.55 | - |
| YUV | 106.64 | 195.36 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 226 | 0.16 | 0.82 | 0 | 0.11 | 288.32 | 0.76 | 0.52 |
| Hex | BE | 29 | E2 | 10 | 52 | 0 | B | 120 | 4C | 34 |
| Octal | 276 | 51 | 342 | 20 | 122 | 0 | 13 | 440 | 114 | 64 |
| Binary | 10111110 | 101001 | 11100010 | 10000 | 1010010 | 0 | 1011 | 100100000 | 1001100 | 110100 |
Color Harmonies of #BE29E2
Complementary color
Monochromatic Colors of #BE29E2
Black with #BE29E2
Text Example
Text Example
White with #BE29E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE29E2; }
p { color: rgb(190,41,226); }
H1.HeaderClassName
{
color: #BE29E2;
}
.AnyTagClassName
{
color: #BE29E2;
}
</style>
background-color css
<style>
a { background-color: #BE29E2; }
a { background-color: rgb(190,41,226); }
div.DivClassName
{
background-color: #BE29E2;
}
.BgClassName
{
background-color: #BE29E2;
}
</style>
border-color css
<style>
span { border-color: #BE29E2; }
span { border-color: rgb(190,41,226); }
td.TdClassName
{
border-color: #BE29E2;
}
.TagClassName
{
border-color: #BE29E2;
}
</style>