Shades of Medium Orchid #BA77DB
Tints of Medium Orchid #BA77DB
RGB
CMYK
RGB Variations
Color information
#BA77DB (or 0xBA77DB) is known color: Medium Orchid. HEX triplet: BA, 77 and DB. RGB value is (186,119,219). Sum of RGB (Red+Green+Blue) = 186+119+219=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77DB is #458824. Grayscale: #969696. Windows color (decimal): -4556837 or 14383034. OLE color: 14383034.
HSL color Cylindrical-coordinate representation of color #BA77DB: hue angle of 280.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA77DB is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 119 | 219 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.14 |
| HSL | 280.2º | 0.58% | 0.66% | - |
| HSV(B) | 280.2º | 0.46% | 0.86% | - |
| XYZ | 39.63 | 28.75 | 70.48 | - |
| YUV | 150.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 219 | 0.15 | 0.46 | 0 | 0.14 | 280.2 | 0.58 | 0.66 |
| Hex | BA | 77 | DB | F | 2E | 0 | E | 118 | 3A | 42 |
| Octal | 272 | 167 | 333 | 17 | 56 | 0 | 16 | 430 | 72 | 102 |
| Binary | 10111010 | 1110111 | 11011011 | 1111 | 101110 | 0 | 1110 | 100011000 | 111010 | 1000010 |
Color Harmonies of #BA77DB
Complementary color
Monochromatic Colors of #BA77DB
Black with #BA77DB
Text Example
Text Example
White with #BA77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77DB; }
p { color: rgb(186,119,219); }
H1.HeaderClassName
{
color: #BA77DB;
}
.AnyTagClassName
{
color: #BA77DB;
}
</style>
background-color css
<style>
a { background-color: #BA77DB; }
a { background-color: rgb(186,119,219); }
div.DivClassName
{
background-color: #BA77DB;
}
.BgClassName
{
background-color: #BA77DB;
}
</style>
border-color css
<style>
span { border-color: #BA77DB; }
span { border-color: rgb(186,119,219); }
td.TdClassName
{
border-color: #BA77DB;
}
.TagClassName
{
border-color: #BA77DB;
}
</style>