Shades of Dark Orchid #BA2CDB
Tints of Dark Orchid #BA2CDB
RGB
CMYK
RGB Variations
Color information
#BA2CDB (or 0xBA2CDB) is known color: Dark Orchid. HEX triplet: BA, 2C and DB. RGB value is (186,44,219). Sum of RGB (Red+Green+Blue) = 186+44+219=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA2CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CDB is #45D324. Grayscale: #696969. Windows color (decimal): -4576037 or 14363834. OLE color: 14363834.
HSL color Cylindrical-coordinate representation of color #BA2CDB: hue angle of 288.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2CDB is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 44 | 219 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.14 |
| HSL | 288.69º | 0.71% | 0.52% | - |
| HSV(B) | 288.69º | 0.8% | 0.86% | - |
| XYZ | 33.94 | 17.35 | 68.58 | - |
| YUV | 106.41 | 191.54 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 219 | 0.15 | 0.80 | 0 | 0.14 | 288.69 | 0.71 | 0.52 |
| Hex | BA | 2C | DB | F | 50 | 0 | E | 121 | 47 | 34 |
| Octal | 272 | 54 | 333 | 17 | 120 | 0 | 16 | 441 | 107 | 64 |
| Binary | 10111010 | 101100 | 11011011 | 1111 | 1010000 | 0 | 1110 | 100100001 | 1000111 | 110100 |
Color Harmonies of #BA2CDB
Complementary color
Monochromatic Colors of #BA2CDB
Black with #BA2CDB
Text Example
Text Example
White with #BA2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CDB; }
p { color: rgb(186,44,219); }
H1.HeaderClassName
{
color: #BA2CDB;
}
.AnyTagClassName
{
color: #BA2CDB;
}
</style>
background-color css
<style>
a { background-color: #BA2CDB; }
a { background-color: rgb(186,44,219); }
div.DivClassName
{
background-color: #BA2CDB;
}
.BgClassName
{
background-color: #BA2CDB;
}
</style>
border-color css
<style>
span { border-color: #BA2CDB; }
span { border-color: rgb(186,44,219); }
td.TdClassName
{
border-color: #BA2CDB;
}
.TagClassName
{
border-color: #BA2CDB;
}
</style>