Shades of Medium Orchid #BA5AEC
Tints of Medium Orchid #BA5AEC
RGB
CMYK
RGB Variations
Color information
#BA5AEC (or 0xBA5AEC) is known color: Medium Orchid. HEX triplet: BA, 5A and EC. RGB value is (186,90,236). Sum of RGB (Red+Green+Blue) = 186+90+236=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA5AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AEC is #45A513. Grayscale: #868686. Windows color (decimal): -4564244 or 15489722. OLE color: 15489722.
HSL color Cylindrical-coordinate representation of color #BA5AEC: hue angle of 279.45º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5AEC is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 90 | 236 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.07 |
| HSL | 279.45º | 0.79% | 0.64% | - |
| HSV(B) | 279.45º | 0.62% | 0.93% | - |
| XYZ | 39.05 | 23.81 | 81.89 | - |
| YUV | 135.35 | 184.8 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 236 | 0.21 | 0.62 | 0 | 0.07 | 279.45 | 0.79 | 0.64 |
| Hex | BA | 5A | EC | 15 | 3E | 0 | 7 | 117 | 4F | 40 |
| Octal | 272 | 132 | 354 | 25 | 76 | 0 | 7 | 427 | 117 | 100 |
| Binary | 10111010 | 1011010 | 11101100 | 10101 | 111110 | 0 | 111 | 100010111 | 1001111 | 1000000 |
Color Harmonies of #BA5AEC
Complementary color
Monochromatic Colors of #BA5AEC
Black with #BA5AEC
Text Example
Text Example
White with #BA5AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AEC; }
p { color: rgb(186,90,236); }
H1.HeaderClassName
{
color: #BA5AEC;
}
.AnyTagClassName
{
color: #BA5AEC;
}
</style>
background-color css
<style>
a { background-color: #BA5AEC; }
a { background-color: rgb(186,90,236); }
div.DivClassName
{
background-color: #BA5AEC;
}
.BgClassName
{
background-color: #BA5AEC;
}
</style>
border-color css
<style>
span { border-color: #BA5AEC; }
span { border-color: rgb(186,90,236); }
td.TdClassName
{
border-color: #BA5AEC;
}
.TagClassName
{
border-color: #BA5AEC;
}
</style>