Shades of Medium Orchid #BA50EF
Tints of Medium Orchid #BA50EF
RGB
CMYK
RGB Variations
Color information
#BA50EF (or 0xBA50EF) is known color: Medium Orchid. HEX triplet: BA, 50 and EF. RGB value is (186,80,239). Sum of RGB (Red+Green+Blue) = 186+80+239=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA50EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA50EF is #45AF10. Grayscale: #818181. Windows color (decimal): -4566801 or 15683770. OLE color: 15683770.
HSL color Cylindrical-coordinate representation of color #BA50EF: hue angle of 280º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA50EF is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 80 | 239 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.06 |
| HSL | 280º | 0.83% | 0.63% | - |
| HSV(B) | 280º | 0.67% | 0.94% | - |
| XYZ | 38.7 | 22.41 | 83.95 | - |
| YUV | 129.82 | 189.62 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 239 | 0.22 | 0.67 | 0 | 0.06 | 280 | 0.83 | 0.63 |
| Hex | BA | 50 | EF | 16 | 43 | 0 | 6 | 118 | 53 | 3F |
| Octal | 272 | 120 | 357 | 26 | 103 | 0 | 6 | 430 | 123 | 77 |
| Binary | 10111010 | 1010000 | 11101111 | 10110 | 1000011 | 0 | 110 | 100011000 | 1010011 | 111111 |
Color Harmonies of #BA50EF
Complementary color
Monochromatic Colors of #BA50EF
Black with #BA50EF
Text Example
Text Example
White with #BA50EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50EF; }
p { color: rgb(186,80,239); }
H1.HeaderClassName
{
color: #BA50EF;
}
.AnyTagClassName
{
color: #BA50EF;
}
</style>
background-color css
<style>
a { background-color: #BA50EF; }
a { background-color: rgb(186,80,239); }
div.DivClassName
{
background-color: #BA50EF;
}
.BgClassName
{
background-color: #BA50EF;
}
</style>
border-color css
<style>
span { border-color: #BA50EF; }
span { border-color: rgb(186,80,239); }
td.TdClassName
{
border-color: #BA50EF;
}
.TagClassName
{
border-color: #BA50EF;
}
</style>