Shades of Medium Orchid #BA5DEC
Tints of Medium Orchid #BA5DEC
RGB
CMYK
RGB Variations
Color information
#BA5DEC (or 0xBA5DEC) is known color: Medium Orchid. HEX triplet: BA, 5D and EC. RGB value is (186,93,236). Sum of RGB (Red+Green+Blue) = 186+93+236=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA5DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DEC is #45A213. Grayscale: #888888. Windows color (decimal): -4563476 or 15490490. OLE color: 15490490.
HSL color Cylindrical-coordinate representation of color #BA5DEC: hue angle of 279.02º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5DEC is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 93 | 236 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.07 |
| HSL | 279.02º | 0.79% | 0.65% | - |
| HSV(B) | 279.02º | 0.61% | 0.93% | - |
| XYZ | 39.3 | 24.32 | 81.98 | - |
| YUV | 137.11 | 183.81 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 236 | 0.21 | 0.61 | 0 | 0.07 | 279.02 | 0.79 | 0.65 |
| Hex | BA | 5D | EC | 15 | 3D | 0 | 7 | 117 | 4F | 41 |
| Octal | 272 | 135 | 354 | 25 | 75 | 0 | 7 | 427 | 117 | 101 |
| Binary | 10111010 | 1011101 | 11101100 | 10101 | 111101 | 0 | 111 | 100010111 | 1001111 | 1000001 |
Color Harmonies of #BA5DEC
Complementary color
Monochromatic Colors of #BA5DEC
Black with #BA5DEC
Text Example
Text Example
White with #BA5DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DEC; }
p { color: rgb(186,93,236); }
H1.HeaderClassName
{
color: #BA5DEC;
}
.AnyTagClassName
{
color: #BA5DEC;
}
</style>
background-color css
<style>
a { background-color: #BA5DEC; }
a { background-color: rgb(186,93,236); }
div.DivClassName
{
background-color: #BA5DEC;
}
.BgClassName
{
background-color: #BA5DEC;
}
</style>
border-color css
<style>
span { border-color: #BA5DEC; }
span { border-color: rgb(186,93,236); }
td.TdClassName
{
border-color: #BA5DEC;
}
.TagClassName
{
border-color: #BA5DEC;
}
</style>