Shades of Medium Orchid #BA4EDB
Tints of Medium Orchid #BA4EDB
RGB
CMYK
RGB Variations
Color information
#BA4EDB (or 0xBA4EDB) is known color: Medium Orchid. HEX triplet: BA, 4E and DB. RGB value is (186,78,219). Sum of RGB (Red+Green+Blue) = 186+78+219=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA4EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EDB is #45B124. Grayscale: #7D7D7D. Windows color (decimal): -4567333 or 14372538. OLE color: 14372538.
HSL color Cylindrical-coordinate representation of color #BA4EDB: hue angle of 285.96º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4EDB is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 78 | 219 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.14 |
| HSL | 285.96º | 0.66% | 0.58% | - |
| HSV(B) | 285.96º | 0.64% | 0.86% | - |
| XYZ | 35.76 | 21 | 69.19 | - |
| YUV | 126.37 | 180.28 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 219 | 0.15 | 0.64 | 0 | 0.14 | 285.96 | 0.66 | 0.58 |
| Hex | BA | 4E | DB | F | 40 | 0 | E | 11E | 42 | 3A |
| Octal | 272 | 116 | 333 | 17 | 100 | 0 | 16 | 436 | 102 | 72 |
| Binary | 10111010 | 1001110 | 11011011 | 1111 | 1000000 | 0 | 1110 | 100011110 | 1000010 | 111010 |
Color Harmonies of #BA4EDB
Complementary color
Monochromatic Colors of #BA4EDB
Black with #BA4EDB
Text Example
Text Example
White with #BA4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EDB; }
p { color: rgb(186,78,219); }
H1.HeaderClassName
{
color: #BA4EDB;
}
.AnyTagClassName
{
color: #BA4EDB;
}
</style>
background-color css
<style>
a { background-color: #BA4EDB; }
a { background-color: rgb(186,78,219); }
div.DivClassName
{
background-color: #BA4EDB;
}
.BgClassName
{
background-color: #BA4EDB;
}
</style>
border-color css
<style>
span { border-color: #BA4EDB; }
span { border-color: rgb(186,78,219); }
td.TdClassName
{
border-color: #BA4EDB;
}
.TagClassName
{
border-color: #BA4EDB;
}
</style>