Shades of Medium Orchid #BA5DEA
Tints of Medium Orchid #BA5DEA
RGB
CMYK
RGB Variations
Color information
#BA5DEA (or 0xBA5DEA) is known color: Medium Orchid. HEX triplet: BA, 5D and EA. RGB value is (186,93,234). Sum of RGB (Red+Green+Blue) = 186+93+234=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA5DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DEA is #45A215. Grayscale: #888888. Windows color (decimal): -4563478 or 15359418. OLE color: 15359418.
HSL color Cylindrical-coordinate representation of color #BA5DEA: hue angle of 279.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5DEA is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 93 | 234 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.08 |
| HSL | 279.57º | 0.77% | 0.64% | - |
| HSV(B) | 279.57º | 0.6% | 0.92% | - |
| XYZ | 39.02 | 24.21 | 80.46 | - |
| YUV | 136.88 | 182.81 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 234 | 0.21 | 0.60 | 0 | 0.08 | 279.57 | 0.77 | 0.64 |
| Hex | BA | 5D | EA | 15 | 3C | 0 | 8 | 118 | 4D | 40 |
| Octal | 272 | 135 | 352 | 25 | 74 | 0 | 10 | 430 | 115 | 100 |
| Binary | 10111010 | 1011101 | 11101010 | 10101 | 111100 | 0 | 1000 | 100011000 | 1001101 | 1000000 |
Color Harmonies of #BA5DEA
Complementary color
Monochromatic Colors of #BA5DEA
Black with #BA5DEA
Text Example
Text Example
White with #BA5DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DEA; }
p { color: rgb(186,93,234); }
H1.HeaderClassName
{
color: #BA5DEA;
}
.AnyTagClassName
{
color: #BA5DEA;
}
</style>
background-color css
<style>
a { background-color: #BA5DEA; }
a { background-color: rgb(186,93,234); }
div.DivClassName
{
background-color: #BA5DEA;
}
.BgClassName
{
background-color: #BA5DEA;
}
</style>
border-color css
<style>
span { border-color: #BA5DEA; }
span { border-color: rgb(186,93,234); }
td.TdClassName
{
border-color: #BA5DEA;
}
.TagClassName
{
border-color: #BA5DEA;
}
</style>