Shades of Medium Orchid #BA50EE
Tints of Medium Orchid #BA50EE
RGB
CMYK
RGB Variations
Color information
#BA50EE (or 0xBA50EE) is known color: Medium Orchid. HEX triplet: BA, 50 and EE. RGB value is (186,80,238). Sum of RGB (Red+Green+Blue) = 186+80+238=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA50EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA50EE is #45AF11. Grayscale: #818181. Windows color (decimal): -4566802 or 15618234. OLE color: 15618234.
HSL color Cylindrical-coordinate representation of color #BA50EE: hue angle of 280.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA50EE is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 80 | 238 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.07 |
| HSL | 280.25º | 0.82% | 0.62% | - |
| HSV(B) | 280.25º | 0.66% | 0.93% | - |
| XYZ | 38.55 | 22.35 | 83.17 | - |
| YUV | 129.71 | 189.12 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 238 | 0.22 | 0.66 | 0 | 0.07 | 280.25 | 0.82 | 0.62 |
| Hex | BA | 50 | EE | 16 | 42 | 0 | 7 | 118 | 52 | 3E |
| Octal | 272 | 120 | 356 | 26 | 102 | 0 | 7 | 430 | 122 | 76 |
| Binary | 10111010 | 1010000 | 11101110 | 10110 | 1000010 | 0 | 111 | 100011000 | 1010010 | 111110 |
Color Harmonies of #BA50EE
Complementary color
Monochromatic Colors of #BA50EE
Black with #BA50EE
Text Example
Text Example
White with #BA50EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50EE; }
p { color: rgb(186,80,238); }
H1.HeaderClassName
{
color: #BA50EE;
}
.AnyTagClassName
{
color: #BA50EE;
}
</style>
background-color css
<style>
a { background-color: #BA50EE; }
a { background-color: rgb(186,80,238); }
div.DivClassName
{
background-color: #BA50EE;
}
.BgClassName
{
background-color: #BA50EE;
}
</style>
border-color css
<style>
span { border-color: #BA50EE; }
span { border-color: rgb(186,80,238); }
td.TdClassName
{
border-color: #BA50EE;
}
.TagClassName
{
border-color: #BA50EE;
}
</style>