Shades of Medium Orchid #BA51E0
Tints of Medium Orchid #BA51E0
RGB
CMYK
RGB Variations
Color information
#BA51E0 (or 0xBA51E0) is known color: Medium Orchid. HEX triplet: BA, 51 and E0. RGB value is (186,81,224). Sum of RGB (Red+Green+Blue) = 186+81+224=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA51E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51E0 is #45AE1F. Grayscale: #808080. Windows color (decimal): -4566560 or 14700986. OLE color: 14700986.
HSL color Cylindrical-coordinate representation of color #BA51E0: hue angle of 284.06º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA51E0 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 81 | 224 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.12 |
| HSL | 284.06º | 0.7% | 0.6% | - |
| HSV(B) | 284.06º | 0.64% | 0.88% | - |
| XYZ | 36.65 | 21.71 | 72.78 | - |
| YUV | 128.7 | 181.79 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 224 | 0.17 | 0.64 | 0 | 0.12 | 284.06 | 0.7 | 0.6 |
| Hex | BA | 51 | E0 | 11 | 40 | 0 | C | 11C | 46 | 3C |
| Octal | 272 | 121 | 340 | 21 | 100 | 0 | 14 | 434 | 106 | 74 |
| Binary | 10111010 | 1010001 | 11100000 | 10001 | 1000000 | 0 | 1100 | 100011100 | 1000110 | 111100 |
Color Harmonies of #BA51E0
Complementary color
Monochromatic Colors of #BA51E0
Black with #BA51E0
Text Example
Text Example
White with #BA51E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51E0; }
p { color: rgb(186,81,224); }
H1.HeaderClassName
{
color: #BA51E0;
}
.AnyTagClassName
{
color: #BA51E0;
}
</style>
background-color css
<style>
a { background-color: #BA51E0; }
a { background-color: rgb(186,81,224); }
div.DivClassName
{
background-color: #BA51E0;
}
.BgClassName
{
background-color: #BA51E0;
}
</style>
border-color css
<style>
span { border-color: #BA51E0; }
span { border-color: rgb(186,81,224); }
td.TdClassName
{
border-color: #BA51E0;
}
.TagClassName
{
border-color: #BA51E0;
}
</style>