Shades of Dark Orchid #BA27DB
Tints of Dark Orchid #BA27DB
RGB
CMYK
RGB Variations
Color information
#BA27DB (or 0xBA27DB) is known color: Dark Orchid. HEX triplet: BA, 27 and DB. RGB value is (186,39,219). Sum of RGB (Red+Green+Blue) = 186+39+219=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA27DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27DB is #45D824. Grayscale: #666666. Windows color (decimal): -4577317 or 14362554. OLE color: 14362554.
HSL color Cylindrical-coordinate representation of color #BA27DB: hue angle of 289º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA27DB is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 39 | 219 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.14 |
| HSL | 289º | 0.71% | 0.51% | - |
| HSV(B) | 289º | 0.82% | 0.86% | - |
| XYZ | 33.76 | 17 | 68.52 | - |
| YUV | 103.47 | 193.2 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 219 | 0.15 | 0.82 | 0 | 0.14 | 289 | 0.71 | 0.51 |
| Hex | BA | 27 | DB | F | 52 | 0 | E | 121 | 47 | 33 |
| Octal | 272 | 47 | 333 | 17 | 122 | 0 | 16 | 441 | 107 | 63 |
| Binary | 10111010 | 100111 | 11011011 | 1111 | 1010010 | 0 | 1110 | 100100001 | 1000111 | 110011 |
Color Harmonies of #BA27DB
Complementary color
Monochromatic Colors of #BA27DB
Black with #BA27DB
Text Example
Text Example
White with #BA27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27DB; }
p { color: rgb(186,39,219); }
H1.HeaderClassName
{
color: #BA27DB;
}
.AnyTagClassName
{
color: #BA27DB;
}
</style>
background-color css
<style>
a { background-color: #BA27DB; }
a { background-color: rgb(186,39,219); }
div.DivClassName
{
background-color: #BA27DB;
}
.BgClassName
{
background-color: #BA27DB;
}
</style>
border-color css
<style>
span { border-color: #BA27DB; }
span { border-color: rgb(186,39,219); }
td.TdClassName
{
border-color: #BA27DB;
}
.TagClassName
{
border-color: #BA27DB;
}
</style>