Shades of Medium Orchid #BA5CDB
Tints of Medium Orchid #BA5CDB
RGB
CMYK
RGB Variations
Color information
#BA5CDB (or 0xBA5CDB) is known color: Medium Orchid. HEX triplet: BA, 5C and DB. RGB value is (186,92,219). Sum of RGB (Red+Green+Blue) = 186+92+219=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA5CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CDB is #45A324. Grayscale: #868686. Windows color (decimal): -4563749 or 14376122. OLE color: 14376122.
HSL color Cylindrical-coordinate representation of color #BA5CDB: hue angle of 284.41º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA5CDB is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 92 | 219 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.14 |
| HSL | 284.41º | 0.64% | 0.61% | - |
| HSV(B) | 284.41º | 0.58% | 0.86% | - |
| XYZ | 36.86 | 23.21 | 69.55 | - |
| YUV | 134.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 219 | 0.15 | 0.58 | 0 | 0.14 | 284.41 | 0.64 | 0.61 |
| Hex | BA | 5C | DB | F | 3A | 0 | E | 11C | 40 | 3D |
| Octal | 272 | 134 | 333 | 17 | 72 | 0 | 16 | 434 | 100 | 75 |
| Binary | 10111010 | 1011100 | 11011011 | 1111 | 111010 | 0 | 1110 | 100011100 | 1000000 | 111101 |
Color Harmonies of #BA5CDB
Complementary color
Monochromatic Colors of #BA5CDB
Black with #BA5CDB
Text Example
Text Example
White with #BA5CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CDB; }
p { color: rgb(186,92,219); }
H1.HeaderClassName
{
color: #BA5CDB;
}
.AnyTagClassName
{
color: #BA5CDB;
}
</style>
background-color css
<style>
a { background-color: #BA5CDB; }
a { background-color: rgb(186,92,219); }
div.DivClassName
{
background-color: #BA5CDB;
}
.BgClassName
{
background-color: #BA5CDB;
}
</style>
border-color css
<style>
span { border-color: #BA5CDB; }
span { border-color: rgb(186,92,219); }
td.TdClassName
{
border-color: #BA5CDB;
}
.TagClassName
{
border-color: #BA5CDB;
}
</style>