Shades of Medium Orchid #BA50E9
Tints of Medium Orchid #BA50E9
RGB
CMYK
RGB Variations
Color information
#BA50E9 (or 0xBA50E9) is known color: Medium Orchid. HEX triplet: BA, 50 and E9. RGB value is (186,80,233). Sum of RGB (Red+Green+Blue) = 186+80+233=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA50E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA50E9 is #45AF16. Grayscale: #808080. Windows color (decimal): -4566807 or 15290554. OLE color: 15290554.
HSL color Cylindrical-coordinate representation of color #BA50E9: hue angle of 281.57º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA50E9 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 80 | 233 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.09 |
| HSL | 281.57º | 0.78% | 0.61% | - |
| HSV(B) | 281.57º | 0.66% | 0.91% | - |
| XYZ | 37.83 | 22.06 | 79.36 | - |
| YUV | 129.14 | 186.62 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 233 | 0.20 | 0.66 | 0 | 0.09 | 281.57 | 0.78 | 0.61 |
| Hex | BA | 50 | E9 | 14 | 42 | 0 | 9 | 11A | 4E | 3D |
| Octal | 272 | 120 | 351 | 24 | 102 | 0 | 11 | 432 | 116 | 75 |
| Binary | 10111010 | 1010000 | 11101001 | 10100 | 1000010 | 0 | 1001 | 100011010 | 1001110 | 111101 |
Color Harmonies of #BA50E9
Complementary color
Monochromatic Colors of #BA50E9
Black with #BA50E9
Text Example
Text Example
White with #BA50E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50E9; }
p { color: rgb(186,80,233); }
H1.HeaderClassName
{
color: #BA50E9;
}
.AnyTagClassName
{
color: #BA50E9;
}
</style>
background-color css
<style>
a { background-color: #BA50E9; }
a { background-color: rgb(186,80,233); }
div.DivClassName
{
background-color: #BA50E9;
}
.BgClassName
{
background-color: #BA50E9;
}
</style>
border-color css
<style>
span { border-color: #BA50E9; }
span { border-color: rgb(186,80,233); }
td.TdClassName
{
border-color: #BA50E9;
}
.TagClassName
{
border-color: #BA50E9;
}
</style>