Shades of Dark Orchid #BA29DB
Tints of Dark Orchid #BA29DB
RGB
CMYK
RGB Variations
Color information
#BA29DB (or 0xBA29DB) is known color: Dark Orchid. HEX triplet: BA, 29 and DB. RGB value is (186,41,219). Sum of RGB (Red+Green+Blue) = 186+41+219=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA29DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29DB is #45D624. Grayscale: #686868. Windows color (decimal): -4576805 or 14363066. OLE color: 14363066.
HSL color Cylindrical-coordinate representation of color #BA29DB: hue angle of 288.88º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA29DB is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 41 | 219 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.14 |
| HSL | 288.88º | 0.71% | 0.51% | - |
| HSV(B) | 288.88º | 0.81% | 0.86% | - |
| XYZ | 33.83 | 17.14 | 68.54 | - |
| YUV | 104.65 | 192.54 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 219 | 0.15 | 0.81 | 0 | 0.14 | 288.88 | 0.71 | 0.51 |
| Hex | BA | 29 | DB | F | 51 | 0 | E | 121 | 47 | 33 |
| Octal | 272 | 51 | 333 | 17 | 121 | 0 | 16 | 441 | 107 | 63 |
| Binary | 10111010 | 101001 | 11011011 | 1111 | 1010001 | 0 | 1110 | 100100001 | 1000111 | 110011 |
Color Harmonies of #BA29DB
Complementary color
Monochromatic Colors of #BA29DB
Black with #BA29DB
Text Example
Text Example
White with #BA29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29DB; }
p { color: rgb(186,41,219); }
H1.HeaderClassName
{
color: #BA29DB;
}
.AnyTagClassName
{
color: #BA29DB;
}
</style>
background-color css
<style>
a { background-color: #BA29DB; }
a { background-color: rgb(186,41,219); }
div.DivClassName
{
background-color: #BA29DB;
}
.BgClassName
{
background-color: #BA29DB;
}
</style>
border-color css
<style>
span { border-color: #BA29DB; }
span { border-color: rgb(186,41,219); }
td.TdClassName
{
border-color: #BA29DB;
}
.TagClassName
{
border-color: #BA29DB;
}
</style>