Shades of Medium Orchid #BA51EA
Tints of Medium Orchid #BA51EA
RGB
CMYK
RGB Variations
Color information
#BA51EA (or 0xBA51EA) is known color: Medium Orchid. HEX triplet: BA, 51 and EA. RGB value is (186,81,234). Sum of RGB (Red+Green+Blue) = 186+81+234=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA51EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA51EA is #45AE15. Grayscale: #818181. Windows color (decimal): -4566550 or 15356346. OLE color: 15356346.
HSL color Cylindrical-coordinate representation of color #BA51EA: hue angle of 281.18º 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 #BA51EA is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 81 | 234 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.08 |
| HSL | 281.18º | 0.78% | 0.62% | - |
| HSV(B) | 281.18º | 0.65% | 0.92% | - |
| XYZ | 38.04 | 22.26 | 80.13 | - |
| YUV | 129.84 | 186.79 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 234 | 0.21 | 0.65 | 0 | 0.08 | 281.18 | 0.78 | 0.62 |
| Hex | BA | 51 | EA | 15 | 41 | 0 | 8 | 119 | 4E | 3E |
| Octal | 272 | 121 | 352 | 25 | 101 | 0 | 10 | 431 | 116 | 76 |
| Binary | 10111010 | 1010001 | 11101010 | 10101 | 1000001 | 0 | 1000 | 100011001 | 1001110 | 111110 |
Color Harmonies of #BA51EA
Complementary color
Monochromatic Colors of #BA51EA
Black with #BA51EA
Text Example
Text Example
White with #BA51EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51EA; }
p { color: rgb(186,81,234); }
H1.HeaderClassName
{
color: #BA51EA;
}
.AnyTagClassName
{
color: #BA51EA;
}
</style>
background-color css
<style>
a { background-color: #BA51EA; }
a { background-color: rgb(186,81,234); }
div.DivClassName
{
background-color: #BA51EA;
}
.BgClassName
{
background-color: #BA51EA;
}
</style>
border-color css
<style>
span { border-color: #BA51EA; }
span { border-color: rgb(186,81,234); }
td.TdClassName
{
border-color: #BA51EA;
}
.TagClassName
{
border-color: #BA51EA;
}
</style>