Shades of Dark Orchid #BA29DC
Tints of Dark Orchid #BA29DC
RGB
CMYK
RGB Variations
Color information
#BA29DC (or 0xBA29DC) is known color: Dark Orchid. HEX triplet: BA, 29 and DC. RGB value is (186,41,220). Sum of RGB (Red+Green+Blue) = 186+41+220=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA29DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29DC is #45D623. Grayscale: #686868. Windows color (decimal): -4576804 or 14428602. OLE color: 14428602.
HSL color Cylindrical-coordinate representation of color #BA29DC: hue angle of 288.6º degrees, saturation: 0.72, 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 #BA29DC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 41 | 220 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.14 |
| HSL | 288.6º | 0.72% | 0.51% | - |
| HSV(B) | 288.6º | 0.81% | 0.86% | - |
| XYZ | 33.96 | 17.19 | 69.24 | - |
| YUV | 104.76 | 193.04 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 220 | 0.15 | 0.81 | 0 | 0.14 | 288.6 | 0.72 | 0.51 |
| Hex | BA | 29 | DC | F | 51 | 0 | E | 121 | 48 | 33 |
| Octal | 272 | 51 | 334 | 17 | 121 | 0 | 16 | 441 | 110 | 63 |
| Binary | 10111010 | 101001 | 11011100 | 1111 | 1010001 | 0 | 1110 | 100100001 | 1001000 | 110011 |
Color Harmonies of #BA29DC
Complementary color
Monochromatic Colors of #BA29DC
Black with #BA29DC
Text Example
Text Example
White with #BA29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29DC; }
p { color: rgb(186,41,220); }
H1.HeaderClassName
{
color: #BA29DC;
}
.AnyTagClassName
{
color: #BA29DC;
}
</style>
background-color css
<style>
a { background-color: #BA29DC; }
a { background-color: rgb(186,41,220); }
div.DivClassName
{
background-color: #BA29DC;
}
.BgClassName
{
background-color: #BA29DC;
}
</style>
border-color css
<style>
span { border-color: #BA29DC; }
span { border-color: rgb(186,41,220); }
td.TdClassName
{
border-color: #BA29DC;
}
.TagClassName
{
border-color: #BA29DC;
}
</style>