Shades of Medium Orchid #BA63E7
Tints of Medium Orchid #BA63E7
RGB
CMYK
RGB Variations
Color information
#BA63E7 (or 0xBA63E7) is known color: Medium Orchid. HEX triplet: BA, 63 and E7. RGB value is (186,99,231). Sum of RGB (Red+Green+Blue) = 186+99+231=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA63E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA63E7 is #459C18. Grayscale: #8B8B8B. Windows color (decimal): -4561945 or 15164346. OLE color: 15164346.
HSL color Cylindrical-coordinate representation of color #BA63E7: hue angle of 279.55º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA63E7 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 99 | 231 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.09 |
| HSL | 279.55º | 0.73% | 0.65% | - |
| HSV(B) | 279.55º | 0.57% | 0.91% | - |
| XYZ | 39.14 | 25.13 | 78.39 | - |
| YUV | 140.06 | 179.32 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 231 | 0.19 | 0.57 | 0 | 0.09 | 279.55 | 0.73 | 0.65 |
| Hex | BA | 63 | E7 | 13 | 39 | 0 | 9 | 118 | 49 | 41 |
| Octal | 272 | 143 | 347 | 23 | 71 | 0 | 11 | 430 | 111 | 101 |
| Binary | 10111010 | 1100011 | 11100111 | 10011 | 111001 | 0 | 1001 | 100011000 | 1001001 | 1000001 |
Color Harmonies of #BA63E7
Complementary color
Monochromatic Colors of #BA63E7
Black with #BA63E7
Text Example
Text Example
White with #BA63E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA63E7; }
p { color: rgb(186,99,231); }
H1.HeaderClassName
{
color: #BA63E7;
}
.AnyTagClassName
{
color: #BA63E7;
}
</style>
background-color css
<style>
a { background-color: #BA63E7; }
a { background-color: rgb(186,99,231); }
div.DivClassName
{
background-color: #BA63E7;
}
.BgClassName
{
background-color: #BA63E7;
}
</style>
border-color css
<style>
span { border-color: #BA63E7; }
span { border-color: rgb(186,99,231); }
td.TdClassName
{
border-color: #BA63E7;
}
.TagClassName
{
border-color: #BA63E7;
}
</style>