Shades of Medium Orchid #BA5CEC
Tints of Medium Orchid #BA5CEC
RGB
CMYK
RGB Variations
Color information
#BA5CEC (or 0xBA5CEC) is known color: Medium Orchid. HEX triplet: BA, 5C and EC. RGB value is (186,92,236). Sum of RGB (Red+Green+Blue) = 186+92+236=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA5CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5CEC is #45A313. Grayscale: #888888. Windows color (decimal): -4563732 or 15490234. OLE color: 15490234.
HSL color Cylindrical-coordinate representation of color #BA5CEC: hue angle of 279.17º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5CEC is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 92 | 236 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.07 |
| HSL | 279.17º | 0.79% | 0.64% | - |
| HSV(B) | 279.17º | 0.61% | 0.93% | - |
| XYZ | 39.22 | 24.15 | 81.95 | - |
| YUV | 136.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 236 | 0.21 | 0.61 | 0 | 0.07 | 279.17 | 0.79 | 0.64 |
| Hex | BA | 5C | EC | 15 | 3D | 0 | 7 | 117 | 4F | 40 |
| Octal | 272 | 134 | 354 | 25 | 75 | 0 | 7 | 427 | 117 | 100 |
| Binary | 10111010 | 1011100 | 11101100 | 10101 | 111101 | 0 | 111 | 100010111 | 1001111 | 1000000 |
Color Harmonies of #BA5CEC
Complementary color
Monochromatic Colors of #BA5CEC
Black with #BA5CEC
Text Example
Text Example
White with #BA5CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CEC; }
p { color: rgb(186,92,236); }
H1.HeaderClassName
{
color: #BA5CEC;
}
.AnyTagClassName
{
color: #BA5CEC;
}
</style>
background-color css
<style>
a { background-color: #BA5CEC; }
a { background-color: rgb(186,92,236); }
div.DivClassName
{
background-color: #BA5CEC;
}
.BgClassName
{
background-color: #BA5CEC;
}
</style>
border-color css
<style>
span { border-color: #BA5CEC; }
span { border-color: rgb(186,92,236); }
td.TdClassName
{
border-color: #BA5CEC;
}
.TagClassName
{
border-color: #BA5CEC;
}
</style>