Shades of Medium Orchid #BA44DB
Tints of Medium Orchid #BA44DB
RGB
CMYK
RGB Variations
Color information
#BA44DB (or 0xBA44DB) is known color: Medium Orchid. HEX triplet: BA, 44 and DB. RGB value is (186,68,219). Sum of RGB (Red+Green+Blue) = 186+68+219=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA44DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44DB is #45BB24. Grayscale: #787878. Windows color (decimal): -4569893 or 14369978. OLE color: 14369978.
HSL color Cylindrical-coordinate representation of color #BA44DB: hue angle of 286.89º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA44DB is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 68 | 219 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.14 |
| HSL | 286.89º | 0.68% | 0.56% | - |
| HSV(B) | 286.89º | 0.69% | 0.86% | - |
| XYZ | 35.1 | 19.69 | 68.97 | - |
| YUV | 120.5 | 183.59 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 219 | 0.15 | 0.69 | 0 | 0.14 | 286.89 | 0.68 | 0.56 |
| Hex | BA | 44 | DB | F | 45 | 0 | E | 11F | 44 | 38 |
| Octal | 272 | 104 | 333 | 17 | 105 | 0 | 16 | 437 | 104 | 70 |
| Binary | 10111010 | 1000100 | 11011011 | 1111 | 1000101 | 0 | 1110 | 100011111 | 1000100 | 111000 |
Color Harmonies of #BA44DB
Complementary color
Monochromatic Colors of #BA44DB
Black with #BA44DB
Text Example
Text Example
White with #BA44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA44DB; }
p { color: rgb(186,68,219); }
H1.HeaderClassName
{
color: #BA44DB;
}
.AnyTagClassName
{
color: #BA44DB;
}
</style>
background-color css
<style>
a { background-color: #BA44DB; }
a { background-color: rgb(186,68,219); }
div.DivClassName
{
background-color: #BA44DB;
}
.BgClassName
{
background-color: #BA44DB;
}
</style>
border-color css
<style>
span { border-color: #BA44DB; }
span { border-color: rgb(186,68,219); }
td.TdClassName
{
border-color: #BA44DB;
}
.TagClassName
{
border-color: #BA44DB;
}
</style>