Shades of Medium Orchid #BA51E7
Tints of Medium Orchid #BA51E7
RGB
CMYK
RGB Variations
Color information
#BA51E7 (or 0xBA51E7) is known color: Medium Orchid. HEX triplet: BA, 51 and E7. RGB value is (186,81,231). Sum of RGB (Red+Green+Blue) = 186+81+231=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA51E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA51E7 is #45AE18. Grayscale: #818181. Windows color (decimal): -4566553 or 15159738. OLE color: 15159738.
HSL color Cylindrical-coordinate representation of color #BA51E7: hue angle of 282º 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 #BA51E7 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 81 | 231 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.09 |
| HSL | 282º | 0.76% | 0.61% | - |
| HSV(B) | 282º | 0.65% | 0.91% | - |
| XYZ | 37.62 | 22.09 | 77.88 | - |
| YUV | 129.5 | 185.29 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 231 | 0.19 | 0.65 | 0 | 0.09 | 282 | 0.76 | 0.61 |
| Hex | BA | 51 | E7 | 13 | 41 | 0 | 9 | 11A | 4C | 3D |
| Octal | 272 | 121 | 347 | 23 | 101 | 0 | 11 | 432 | 114 | 75 |
| Binary | 10111010 | 1010001 | 11100111 | 10011 | 1000001 | 0 | 1001 | 100011010 | 1001100 | 111101 |
Color Harmonies of #BA51E7
Complementary color
Monochromatic Colors of #BA51E7
Black with #BA51E7
Text Example
Text Example
White with #BA51E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51E7; }
p { color: rgb(186,81,231); }
H1.HeaderClassName
{
color: #BA51E7;
}
.AnyTagClassName
{
color: #BA51E7;
}
</style>
background-color css
<style>
a { background-color: #BA51E7; }
a { background-color: rgb(186,81,231); }
div.DivClassName
{
background-color: #BA51E7;
}
.BgClassName
{
background-color: #BA51E7;
}
</style>
border-color css
<style>
span { border-color: #BA51E7; }
span { border-color: rgb(186,81,231); }
td.TdClassName
{
border-color: #BA51E7;
}
.TagClassName
{
border-color: #BA51E7;
}
</style>