Shades of Medium Orchid #BA78DB
Tints of Medium Orchid #BA78DB
RGB
CMYK
RGB Variations
Color information
#BA78DB (or 0xBA78DB) is known color: Medium Orchid. HEX triplet: BA, 78 and DB. RGB value is (186,120,219). Sum of RGB (Red+Green+Blue) = 186+120+219=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78DB is #458724. Grayscale: #969696. Windows color (decimal): -4556581 or 14383290. OLE color: 14383290.
HSL color Cylindrical-coordinate representation of color #BA78DB: hue angle of 280º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA78DB is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 120 | 219 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.14 |
| HSL | 280º | 0.58% | 0.66% | - |
| HSV(B) | 280º | 0.45% | 0.86% | - |
| XYZ | 39.75 | 28.99 | 70.52 | - |
| YUV | 151.02 | 166.37 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 219 | 0.15 | 0.45 | 0 | 0.14 | 280 | 0.58 | 0.66 |
| Hex | BA | 78 | DB | F | 2D | 0 | E | 118 | 3A | 42 |
| Octal | 272 | 170 | 333 | 17 | 55 | 0 | 16 | 430 | 72 | 102 |
| Binary | 10111010 | 1111000 | 11011011 | 1111 | 101101 | 0 | 1110 | 100011000 | 111010 | 1000010 |
Color Harmonies of #BA78DB
Complementary color
Monochromatic Colors of #BA78DB
Black with #BA78DB
Text Example
Text Example
White with #BA78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78DB; }
p { color: rgb(186,120,219); }
H1.HeaderClassName
{
color: #BA78DB;
}
.AnyTagClassName
{
color: #BA78DB;
}
</style>
background-color css
<style>
a { background-color: #BA78DB; }
a { background-color: rgb(186,120,219); }
div.DivClassName
{
background-color: #BA78DB;
}
.BgClassName
{
background-color: #BA78DB;
}
</style>
border-color css
<style>
span { border-color: #BA78DB; }
span { border-color: rgb(186,120,219); }
td.TdClassName
{
border-color: #BA78DB;
}
.TagClassName
{
border-color: #BA78DB;
}
</style>