Shades of Medium Orchid #BA50E7
Tints of Medium Orchid #BA50E7
RGB
CMYK
RGB Variations
Color information
#BA50E7 (or 0xBA50E7) is known color: Medium Orchid. HEX triplet: BA, 50 and E7. RGB value is (186,80,231). Sum of RGB (Red+Green+Blue) = 186+80+231=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA50E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA50E7 is #45AF18. Grayscale: #808080. Windows color (decimal): -4566809 or 15159482. OLE color: 15159482.
HSL color Cylindrical-coordinate representation of color #BA50E7: hue angle of 282.12º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA50E7 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 80 | 231 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.09 |
| HSL | 282.12º | 0.76% | 0.61% | - |
| HSV(B) | 282.12º | 0.65% | 0.91% | - |
| XYZ | 37.54 | 21.95 | 77.86 | - |
| YUV | 128.91 | 185.62 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 231 | 0.19 | 0.65 | 0 | 0.09 | 282.12 | 0.76 | 0.61 |
| Hex | BA | 50 | E7 | 13 | 41 | 0 | 9 | 11A | 4C | 3D |
| Octal | 272 | 120 | 347 | 23 | 101 | 0 | 11 | 432 | 114 | 75 |
| Binary | 10111010 | 1010000 | 11100111 | 10011 | 1000001 | 0 | 1001 | 100011010 | 1001100 | 111101 |
Color Harmonies of #BA50E7
Complementary color
Monochromatic Colors of #BA50E7
Black with #BA50E7
Text Example
Text Example
White with #BA50E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50E7; }
p { color: rgb(186,80,231); }
H1.HeaderClassName
{
color: #BA50E7;
}
.AnyTagClassName
{
color: #BA50E7;
}
</style>
background-color css
<style>
a { background-color: #BA50E7; }
a { background-color: rgb(186,80,231); }
div.DivClassName
{
background-color: #BA50E7;
}
.BgClassName
{
background-color: #BA50E7;
}
</style>
border-color css
<style>
span { border-color: #BA50E7; }
span { border-color: rgb(186,80,231); }
td.TdClassName
{
border-color: #BA50E7;
}
.TagClassName
{
border-color: #BA50E7;
}
</style>