Shades of Medium Orchid #BA5CDD
Tints of Medium Orchid #BA5CDD
RGB
CMYK
RGB Variations
Color information
#BA5CDD (or 0xBA5CDD) is known color: Medium Orchid. HEX triplet: BA, 5C and DD. RGB value is (186,92,221). Sum of RGB (Red+Green+Blue) = 186+92+221=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA5CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CDD is #45A322. Grayscale: #868686. Windows color (decimal): -4563747 or 14507194. OLE color: 14507194.
HSL color Cylindrical-coordinate representation of color #BA5CDD: hue angle of 283.72º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA5CDD is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 92 | 221 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.13 |
| HSL | 283.72º | 0.65% | 0.61% | - |
| HSV(B) | 283.72º | 0.58% | 0.87% | - |
| XYZ | 37.13 | 23.31 | 70.95 | - |
| YUV | 134.81 | 176.64 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 221 | 0.16 | 0.58 | 0 | 0.13 | 283.72 | 0.65 | 0.61 |
| Hex | BA | 5C | DD | 10 | 3A | 0 | D | 11C | 41 | 3D |
| Octal | 272 | 134 | 335 | 20 | 72 | 0 | 15 | 434 | 101 | 75 |
| Binary | 10111010 | 1011100 | 11011101 | 10000 | 111010 | 0 | 1101 | 100011100 | 1000001 | 111101 |
Color Harmonies of #BA5CDD
Complementary color
Monochromatic Colors of #BA5CDD
Black with #BA5CDD
Text Example
Text Example
White with #BA5CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CDD; }
p { color: rgb(186,92,221); }
H1.HeaderClassName
{
color: #BA5CDD;
}
.AnyTagClassName
{
color: #BA5CDD;
}
</style>
background-color css
<style>
a { background-color: #BA5CDD; }
a { background-color: rgb(186,92,221); }
div.DivClassName
{
background-color: #BA5CDD;
}
.BgClassName
{
background-color: #BA5CDD;
}
</style>
border-color css
<style>
span { border-color: #BA5CDD; }
span { border-color: rgb(186,92,221); }
td.TdClassName
{
border-color: #BA5CDD;
}
.TagClassName
{
border-color: #BA5CDD;
}
</style>