Shades of Medium Orchid #BA5AEA
Tints of Medium Orchid #BA5AEA
RGB
CMYK
RGB Variations
Color information
#BA5AEA (or 0xBA5AEA) is known color: Medium Orchid. HEX triplet: BA, 5A and EA. RGB value is (186,90,234). Sum of RGB (Red+Green+Blue) = 186+90+234=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA5AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AEA is #45A515. Grayscale: #868686. Windows color (decimal): -4564246 or 15358650. OLE color: 15358650.
HSL color Cylindrical-coordinate representation of color #BA5AEA: hue angle of 280º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5AEA is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 90 | 234 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.08 |
| HSL | 280º | 0.77% | 0.64% | - |
| HSV(B) | 280º | 0.62% | 0.92% | - |
| XYZ | 38.76 | 23.69 | 80.37 | - |
| YUV | 135.12 | 183.8 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 234 | 0.21 | 0.62 | 0 | 0.08 | 280 | 0.77 | 0.64 |
| Hex | BA | 5A | EA | 15 | 3E | 0 | 8 | 118 | 4D | 40 |
| Octal | 272 | 132 | 352 | 25 | 76 | 0 | 10 | 430 | 115 | 100 |
| Binary | 10111010 | 1011010 | 11101010 | 10101 | 111110 | 0 | 1000 | 100011000 | 1001101 | 1000000 |
Color Harmonies of #BA5AEA
Complementary color
Monochromatic Colors of #BA5AEA
Black with #BA5AEA
Text Example
Text Example
White with #BA5AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AEA; }
p { color: rgb(186,90,234); }
H1.HeaderClassName
{
color: #BA5AEA;
}
.AnyTagClassName
{
color: #BA5AEA;
}
</style>
background-color css
<style>
a { background-color: #BA5AEA; }
a { background-color: rgb(186,90,234); }
div.DivClassName
{
background-color: #BA5AEA;
}
.BgClassName
{
background-color: #BA5AEA;
}
</style>
border-color css
<style>
span { border-color: #BA5AEA; }
span { border-color: rgb(186,90,234); }
td.TdClassName
{
border-color: #BA5AEA;
}
.TagClassName
{
border-color: #BA5AEA;
}
</style>