Shades of Dark Orchid #BA29D6
Tints of Dark Orchid #BA29D6
RGB
CMYK
RGB Variations
Color information
#BA29D6 (or 0xBA29D6) is known color: Dark Orchid. HEX triplet: BA, 29 and D6. RGB value is (186,41,214). Sum of RGB (Red+Green+Blue) = 186+41+214=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA29D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29D6 is #45D629. Grayscale: #676767. Windows color (decimal): -4576810 or 14035386. OLE color: 14035386.
HSL color Cylindrical-coordinate representation of color #BA29D6: hue angle of 290.29º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA29D6 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 41 | 214 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.16 |
| HSL | 290.29º | 0.68% | 0.5% | - |
| HSV(B) | 290.29º | 0.81% | 0.84% | - |
| XYZ | 33.18 | 16.88 | 65.13 | - |
| YUV | 104.08 | 190.04 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 214 | 0.13 | 0.81 | 0 | 0.16 | 290.29 | 0.68 | 0.5 |
| Hex | BA | 29 | D6 | D | 51 | 0 | 10 | 122 | 44 | 32 |
| Octal | 272 | 51 | 326 | 15 | 121 | 0 | 20 | 442 | 104 | 62 |
| Binary | 10111010 | 101001 | 11010110 | 1101 | 1010001 | 0 | 10000 | 100100010 | 1000100 | 110010 |
Color Harmonies of #BA29D6
Complementary color
Monochromatic Colors of #BA29D6
Black with #BA29D6
Text Example
Text Example
White with #BA29D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29D6; }
p { color: rgb(186,41,214); }
H1.HeaderClassName
{
color: #BA29D6;
}
.AnyTagClassName
{
color: #BA29D6;
}
</style>
background-color css
<style>
a { background-color: #BA29D6; }
a { background-color: rgb(186,41,214); }
div.DivClassName
{
background-color: #BA29D6;
}
.BgClassName
{
background-color: #BA29D6;
}
</style>
border-color css
<style>
span { border-color: #BA29D6; }
span { border-color: rgb(186,41,214); }
td.TdClassName
{
border-color: #BA29D6;
}
.TagClassName
{
border-color: #BA29D6;
}
</style>