Shades of Medium Orchid #BA5AED
Tints of Medium Orchid #BA5AED
RGB
CMYK
RGB Variations
Color information
#BA5AED (or 0xBA5AED) is known color: Medium Orchid. HEX triplet: BA, 5A and ED. RGB value is (186,90,237). Sum of RGB (Red+Green+Blue) = 186+90+237=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA5AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AED is #45A512. Grayscale: #868686. Windows color (decimal): -4564243 or 15555258. OLE color: 15555258.
HSL color Cylindrical-coordinate representation of color #BA5AED: hue angle of 279.18º degrees, saturation: 0.8, 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 #BA5AED is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 90 | 237 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.07 |
| HSL | 279.18º | 0.8% | 0.64% | - |
| HSV(B) | 279.18º | 0.62% | 0.93% | - |
| XYZ | 39.19 | 23.87 | 82.66 | - |
| YUV | 135.46 | 185.3 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 237 | 0.22 | 0.62 | 0 | 0.07 | 279.18 | 0.8 | 0.64 |
| Hex | BA | 5A | ED | 16 | 3E | 0 | 7 | 117 | 50 | 40 |
| Octal | 272 | 132 | 355 | 26 | 76 | 0 | 7 | 427 | 120 | 100 |
| Binary | 10111010 | 1011010 | 11101101 | 10110 | 111110 | 0 | 111 | 100010111 | 1010000 | 1000000 |
Color Harmonies of #BA5AED
Complementary color
Monochromatic Colors of #BA5AED
Black with #BA5AED
Text Example
Text Example
White with #BA5AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AED; }
p { color: rgb(186,90,237); }
H1.HeaderClassName
{
color: #BA5AED;
}
.AnyTagClassName
{
color: #BA5AED;
}
</style>
background-color css
<style>
a { background-color: #BA5AED; }
a { background-color: rgb(186,90,237); }
div.DivClassName
{
background-color: #BA5AED;
}
.BgClassName
{
background-color: #BA5AED;
}
</style>
border-color css
<style>
span { border-color: #BA5AED; }
span { border-color: rgb(186,90,237); }
td.TdClassName
{
border-color: #BA5AED;
}
.TagClassName
{
border-color: #BA5AED;
}
</style>