Shades of Medium Orchid #BA5DDD
Tints of Medium Orchid #BA5DDD
RGB
CMYK
RGB Variations
Color information
#BA5DDD (or 0xBA5DDD) is known color: Medium Orchid. HEX triplet: BA, 5D and DD. RGB value is (186,93,221). Sum of RGB (Red+Green+Blue) = 186+93+221=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA5DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DDD is #45A222. Grayscale: #868686. Windows color (decimal): -4563491 or 14507450. OLE color: 14507450.
HSL color Cylindrical-coordinate representation of color #BA5DDD: hue angle of 283.59º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA5DDD is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 93 | 221 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.13 |
| HSL | 283.59º | 0.65% | 0.62% | - |
| HSV(B) | 283.59º | 0.58% | 0.87% | - |
| XYZ | 37.22 | 23.49 | 70.98 | - |
| YUV | 135.4 | 176.31 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 221 | 0.16 | 0.58 | 0 | 0.13 | 283.59 | 0.65 | 0.62 |
| Hex | BA | 5D | DD | 10 | 3A | 0 | D | 11C | 41 | 3E |
| Octal | 272 | 135 | 335 | 20 | 72 | 0 | 15 | 434 | 101 | 76 |
| Binary | 10111010 | 1011101 | 11011101 | 10000 | 111010 | 0 | 1101 | 100011100 | 1000001 | 111110 |
Color Harmonies of #BA5DDD
Complementary color
Monochromatic Colors of #BA5DDD
Black with #BA5DDD
Text Example
Text Example
White with #BA5DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DDD; }
p { color: rgb(186,93,221); }
H1.HeaderClassName
{
color: #BA5DDD;
}
.AnyTagClassName
{
color: #BA5DDD;
}
</style>
background-color css
<style>
a { background-color: #BA5DDD; }
a { background-color: rgb(186,93,221); }
div.DivClassName
{
background-color: #BA5DDD;
}
.BgClassName
{
background-color: #BA5DDD;
}
</style>
border-color css
<style>
span { border-color: #BA5DDD; }
span { border-color: rgb(186,93,221); }
td.TdClassName
{
border-color: #BA5DDD;
}
.TagClassName
{
border-color: #BA5DDD;
}
</style>