Shades of Dark Orchid #BA29DD
Tints of Dark Orchid #BA29DD
RGB
CMYK
RGB Variations
Color information
#BA29DD (or 0xBA29DD) is known color: Dark Orchid. HEX triplet: BA, 29 and DD. RGB value is (186,41,221). Sum of RGB (Red+Green+Blue) = 186+41+221=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA29DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29DD is #45D622. Grayscale: #686868. Windows color (decimal): -4576803 or 14494138. OLE color: 14494138.
HSL color Cylindrical-coordinate representation of color #BA29DD: hue angle of 288.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA29DD is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 41 | 221 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.13 |
| HSL | 288.33º | 0.73% | 0.51% | - |
| HSV(B) | 288.33º | 0.81% | 0.87% | - |
| XYZ | 34.09 | 17.25 | 69.94 | - |
| YUV | 104.88 | 193.54 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 221 | 0.16 | 0.81 | 0 | 0.13 | 288.33 | 0.73 | 0.51 |
| Hex | BA | 29 | DD | 10 | 51 | 0 | D | 120 | 49 | 33 |
| Octal | 272 | 51 | 335 | 20 | 121 | 0 | 15 | 440 | 111 | 63 |
| Binary | 10111010 | 101001 | 11011101 | 10000 | 1010001 | 0 | 1101 | 100100000 | 1001001 | 110011 |
Color Harmonies of #BA29DD
Complementary color
Monochromatic Colors of #BA29DD
Black with #BA29DD
Text Example
Text Example
White with #BA29DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29DD; }
p { color: rgb(186,41,221); }
H1.HeaderClassName
{
color: #BA29DD;
}
.AnyTagClassName
{
color: #BA29DD;
}
</style>
background-color css
<style>
a { background-color: #BA29DD; }
a { background-color: rgb(186,41,221); }
div.DivClassName
{
background-color: #BA29DD;
}
.BgClassName
{
background-color: #BA29DD;
}
</style>
border-color css
<style>
span { border-color: #BA29DD; }
span { border-color: rgb(186,41,221); }
td.TdClassName
{
border-color: #BA29DD;
}
.TagClassName
{
border-color: #BA29DD;
}
</style>