Shades of Dark Orchid #BA2ADB
Tints of Dark Orchid #BA2ADB
RGB
CMYK
RGB Variations
Color information
#BA2ADB (or 0xBA2ADB) is known color: Dark Orchid. HEX triplet: BA, 2A and DB. RGB value is (186,42,219). Sum of RGB (Red+Green+Blue) = 186+42+219=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA2ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ADB is #45D524. Grayscale: #686868. Windows color (decimal): -4576549 or 14363322. OLE color: 14363322.
HSL color Cylindrical-coordinate representation of color #BA2ADB: hue angle of 288.81º 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 #BA2ADB is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 42 | 219 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.14 |
| HSL | 288.81º | 0.71% | 0.51% | - |
| HSV(B) | 288.81º | 0.81% | 0.86% | - |
| XYZ | 33.86 | 17.21 | 68.55 | - |
| YUV | 105.23 | 192.21 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 219 | 0.15 | 0.81 | 0 | 0.14 | 288.81 | 0.71 | 0.51 |
| Hex | BA | 2A | DB | F | 51 | 0 | E | 121 | 47 | 33 |
| Octal | 272 | 52 | 333 | 17 | 121 | 0 | 16 | 441 | 107 | 63 |
| Binary | 10111010 | 101010 | 11011011 | 1111 | 1010001 | 0 | 1110 | 100100001 | 1000111 | 110011 |
Color Harmonies of #BA2ADB
Complementary color
Monochromatic Colors of #BA2ADB
Black with #BA2ADB
Text Example
Text Example
White with #BA2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2ADB; }
p { color: rgb(186,42,219); }
H1.HeaderClassName
{
color: #BA2ADB;
}
.AnyTagClassName
{
color: #BA2ADB;
}
</style>
background-color css
<style>
a { background-color: #BA2ADB; }
a { background-color: rgb(186,42,219); }
div.DivClassName
{
background-color: #BA2ADB;
}
.BgClassName
{
background-color: #BA2ADB;
}
</style>
border-color css
<style>
span { border-color: #BA2ADB; }
span { border-color: rgb(186,42,219); }
td.TdClassName
{
border-color: #BA2ADB;
}
.TagClassName
{
border-color: #BA2ADB;
}
</style>