Shades of Medium Orchid #BA53EA
Tints of Medium Orchid #BA53EA
RGB
CMYK
RGB Variations
Color information
#BA53EA (or 0xBA53EA) is known color: Medium Orchid. HEX triplet: BA, 53 and EA. RGB value is (186,83,234). Sum of RGB (Red+Green+Blue) = 186+83+234=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA53EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA53EA is #45AC15. Grayscale: #828282. Windows color (decimal): -4566038 or 15356858. OLE color: 15356858.
HSL color Cylindrical-coordinate representation of color #BA53EA: hue angle of 280.93º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA53EA is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 83 | 234 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.08 |
| HSL | 280.93º | 0.78% | 0.62% | - |
| HSV(B) | 280.93º | 0.65% | 0.92% | - |
| XYZ | 38.19 | 22.57 | 80.18 | - |
| YUV | 131.01 | 186.12 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 234 | 0.21 | 0.65 | 0 | 0.08 | 280.93 | 0.78 | 0.62 |
| Hex | BA | 53 | EA | 15 | 41 | 0 | 8 | 119 | 4E | 3E |
| Octal | 272 | 123 | 352 | 25 | 101 | 0 | 10 | 431 | 116 | 76 |
| Binary | 10111010 | 1010011 | 11101010 | 10101 | 1000001 | 0 | 1000 | 100011001 | 1001110 | 111110 |
Color Harmonies of #BA53EA
Complementary color
Monochromatic Colors of #BA53EA
Black with #BA53EA
Text Example
Text Example
White with #BA53EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53EA; }
p { color: rgb(186,83,234); }
H1.HeaderClassName
{
color: #BA53EA;
}
.AnyTagClassName
{
color: #BA53EA;
}
</style>
background-color css
<style>
a { background-color: #BA53EA; }
a { background-color: rgb(186,83,234); }
div.DivClassName
{
background-color: #BA53EA;
}
.BgClassName
{
background-color: #BA53EA;
}
</style>
border-color css
<style>
span { border-color: #BA53EA; }
span { border-color: rgb(186,83,234); }
td.TdClassName
{
border-color: #BA53EA;
}
.TagClassName
{
border-color: #BA53EA;
}
</style>