Shades of Dark Orchid #BA29EA
Tints of Dark Orchid #BA29EA
RGB
CMYK
RGB Variations
Color information
#BA29EA (or 0xBA29EA) is known color: Dark Orchid. HEX triplet: BA, 29 and EA. RGB value is (186,41,234). Sum of RGB (Red+Green+Blue) = 186+41+234=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA29EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA29EA is #45D615. Grayscale: #696969. Windows color (decimal): -4576790 or 15346106. OLE color: 15346106.
HSL color Cylindrical-coordinate representation of color #BA29EA: hue angle of 285.08º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA29EA is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 41 | 234 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.08 |
| HSL | 285.08º | 0.82% | 0.54% | - |
| HSV(B) | 285.08º | 0.82% | 0.92% | - |
| XYZ | 35.89 | 17.97 | 79.42 | - |
| YUV | 106.36 | 200.04 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 234 | 0.21 | 0.82 | 0 | 0.08 | 285.08 | 0.82 | 0.54 |
| Hex | BA | 29 | EA | 15 | 52 | 0 | 8 | 11D | 52 | 36 |
| Octal | 272 | 51 | 352 | 25 | 122 | 0 | 10 | 435 | 122 | 66 |
| Binary | 10111010 | 101001 | 11101010 | 10101 | 1010010 | 0 | 1000 | 100011101 | 1010010 | 110110 |
Color Harmonies of #BA29EA
Complementary color
Monochromatic Colors of #BA29EA
Black with #BA29EA
Text Example
Text Example
White with #BA29EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29EA; }
p { color: rgb(186,41,234); }
H1.HeaderClassName
{
color: #BA29EA;
}
.AnyTagClassName
{
color: #BA29EA;
}
</style>
background-color css
<style>
a { background-color: #BA29EA; }
a { background-color: rgb(186,41,234); }
div.DivClassName
{
background-color: #BA29EA;
}
.BgClassName
{
background-color: #BA29EA;
}
</style>
border-color css
<style>
span { border-color: #BA29EA; }
span { border-color: rgb(186,41,234); }
td.TdClassName
{
border-color: #BA29EA;
}
.TagClassName
{
border-color: #BA29EA;
}
</style>