Shades of Medium Orchid #BA5FDB
Tints of Medium Orchid #BA5FDB
RGB
CMYK
RGB Variations
Color information
#BA5FDB (or 0xBA5FDB) is known color: Medium Orchid. HEX triplet: BA, 5F and DB. RGB value is (186,95,219). Sum of RGB (Red+Green+Blue) = 186+95+219=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA5FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FDB is #45A024. Grayscale: #878787. Windows color (decimal): -4562981 or 14376890. OLE color: 14376890.
HSL color Cylindrical-coordinate representation of color #BA5FDB: hue angle of 284.03º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5FDB is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 95 | 219 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.14 |
| HSL | 284.03º | 0.63% | 0.62% | - |
| HSV(B) | 284.03º | 0.57% | 0.86% | - |
| XYZ | 37.13 | 23.74 | 69.64 | - |
| YUV | 136.35 | 174.65 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 219 | 0.15 | 0.57 | 0 | 0.14 | 284.03 | 0.63 | 0.62 |
| Hex | BA | 5F | DB | F | 39 | 0 | E | 11C | 3F | 3E |
| Octal | 272 | 137 | 333 | 17 | 71 | 0 | 16 | 434 | 77 | 76 |
| Binary | 10111010 | 1011111 | 11011011 | 1111 | 111001 | 0 | 1110 | 100011100 | 111111 | 111110 |
Color Harmonies of #BA5FDB
Complementary color
Monochromatic Colors of #BA5FDB
Black with #BA5FDB
Text Example
Text Example
White with #BA5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FDB; }
p { color: rgb(186,95,219); }
H1.HeaderClassName
{
color: #BA5FDB;
}
.AnyTagClassName
{
color: #BA5FDB;
}
</style>
background-color css
<style>
a { background-color: #BA5FDB; }
a { background-color: rgb(186,95,219); }
div.DivClassName
{
background-color: #BA5FDB;
}
.BgClassName
{
background-color: #BA5FDB;
}
</style>
border-color css
<style>
span { border-color: #BA5FDB; }
span { border-color: rgb(186,95,219); }
td.TdClassName
{
border-color: #BA5FDB;
}
.TagClassName
{
border-color: #BA5FDB;
}
</style>