Shades of Medium Orchid #BA63EB
Tints of Medium Orchid #BA63EB
RGB
CMYK
RGB Variations
Color information
#BA63EB (or 0xBA63EB) is known color: Medium Orchid. HEX triplet: BA, 63 and EB. RGB value is (186,99,235). Sum of RGB (Red+Green+Blue) = 186+99+235=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA63EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA63EB is #459C14. Grayscale: #8C8C8C. Windows color (decimal): -4561941 or 15426490. OLE color: 15426490.
HSL color Cylindrical-coordinate representation of color #BA63EB: hue angle of 278.38º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA63EB is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 99 | 235 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.08 |
| HSL | 278.38º | 0.77% | 0.65% | - |
| HSV(B) | 278.38º | 0.58% | 0.92% | - |
| XYZ | 39.71 | 25.36 | 81.4 | - |
| YUV | 140.52 | 181.32 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 235 | 0.21 | 0.58 | 0 | 0.08 | 278.38 | 0.77 | 0.65 |
| Hex | BA | 63 | EB | 15 | 3A | 0 | 8 | 116 | 4D | 41 |
| Octal | 272 | 143 | 353 | 25 | 72 | 0 | 10 | 426 | 115 | 101 |
| Binary | 10111010 | 1100011 | 11101011 | 10101 | 111010 | 0 | 1000 | 100010110 | 1001101 | 1000001 |
Color Harmonies of #BA63EB
Complementary color
Monochromatic Colors of #BA63EB
Black with #BA63EB
Text Example
Text Example
White with #BA63EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA63EB; }
p { color: rgb(186,99,235); }
H1.HeaderClassName
{
color: #BA63EB;
}
.AnyTagClassName
{
color: #BA63EB;
}
</style>
background-color css
<style>
a { background-color: #BA63EB; }
a { background-color: rgb(186,99,235); }
div.DivClassName
{
background-color: #BA63EB;
}
.BgClassName
{
background-color: #BA63EB;
}
</style>
border-color css
<style>
span { border-color: #BA63EB; }
span { border-color: rgb(186,99,235); }
td.TdClassName
{
border-color: #BA63EB;
}
.TagClassName
{
border-color: #BA63EB;
}
</style>