Shades of Medium Orchid #BA51E8
Tints of Medium Orchid #BA51E8
RGB
CMYK
RGB Variations
Color information
#BA51E8 (or 0xBA51E8) is known color: Medium Orchid. HEX triplet: BA, 51 and E8. RGB value is (186,81,232). Sum of RGB (Red+Green+Blue) = 186+81+232=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA51E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA51E8 is #45AE17. Grayscale: #818181. Windows color (decimal): -4566552 or 15225274. OLE color: 15225274.
HSL color Cylindrical-coordinate representation of color #BA51E8: hue angle of 281.72º degrees, saturation: 0.77, 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 #BA51E8 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 81 | 232 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.09 |
| HSL | 281.72º | 0.77% | 0.61% | - |
| HSV(B) | 281.72º | 0.65% | 0.91% | - |
| XYZ | 37.76 | 22.15 | 78.63 | - |
| YUV | 129.61 | 185.79 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 232 | 0.20 | 0.65 | 0 | 0.09 | 281.72 | 0.77 | 0.61 |
| Hex | BA | 51 | E8 | 14 | 41 | 0 | 9 | 11A | 4D | 3D |
| Octal | 272 | 121 | 350 | 24 | 101 | 0 | 11 | 432 | 115 | 75 |
| Binary | 10111010 | 1010001 | 11101000 | 10100 | 1000001 | 0 | 1001 | 100011010 | 1001101 | 111101 |
Color Harmonies of #BA51E8
Complementary color
Monochromatic Colors of #BA51E8
Black with #BA51E8
Text Example
Text Example
White with #BA51E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51E8; }
p { color: rgb(186,81,232); }
H1.HeaderClassName
{
color: #BA51E8;
}
.AnyTagClassName
{
color: #BA51E8;
}
</style>
background-color css
<style>
a { background-color: #BA51E8; }
a { background-color: rgb(186,81,232); }
div.DivClassName
{
background-color: #BA51E8;
}
.BgClassName
{
background-color: #BA51E8;
}
</style>
border-color css
<style>
span { border-color: #BA51E8; }
span { border-color: rgb(186,81,232); }
td.TdClassName
{
border-color: #BA51E8;
}
.TagClassName
{
border-color: #BA51E8;
}
</style>