Shades of Dark Orchid #BA21DB
Tints of Dark Orchid #BA21DB
RGB
CMYK
RGB Variations
Color information
#BA21DB (or 0xBA21DB) is known color: Dark Orchid. HEX triplet: BA, 21 and DB. RGB value is (186,33,219). Sum of RGB (Red+Green+Blue) = 186+33+219=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA21DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21DB is #45DE24. Grayscale: #636363. Windows color (decimal): -4578853 or 14361018. OLE color: 14361018.
HSL color Cylindrical-coordinate representation of color #BA21DB: hue angle of 289.35º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA21DB is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 33 | 219 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.14 |
| HSL | 289.35º | 0.74% | 0.49% | - |
| HSV(B) | 289.35º | 0.85% | 0.86% | - |
| XYZ | 33.58 | 16.64 | 68.46 | - |
| YUV | 99.95 | 195.19 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 219 | 0.15 | 0.85 | 0 | 0.14 | 289.35 | 0.74 | 0.49 |
| Hex | BA | 21 | DB | F | 55 | 0 | E | 121 | 4A | 31 |
| Octal | 272 | 41 | 333 | 17 | 125 | 0 | 16 | 441 | 112 | 61 |
| Binary | 10111010 | 100001 | 11011011 | 1111 | 1010101 | 0 | 1110 | 100100001 | 1001010 | 110001 |
Color Harmonies of #BA21DB
Complementary color
Monochromatic Colors of #BA21DB
Black with #BA21DB
Text Example
Text Example
White with #BA21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21DB; }
p { color: rgb(186,33,219); }
H1.HeaderClassName
{
color: #BA21DB;
}
.AnyTagClassName
{
color: #BA21DB;
}
</style>
background-color css
<style>
a { background-color: #BA21DB; }
a { background-color: rgb(186,33,219); }
div.DivClassName
{
background-color: #BA21DB;
}
.BgClassName
{
background-color: #BA21DB;
}
</style>
border-color css
<style>
span { border-color: #BA21DB; }
span { border-color: rgb(186,33,219); }
td.TdClassName
{
border-color: #BA21DB;
}
.TagClassName
{
border-color: #BA21DB;
}
</style>