Shades of Medium Orchid #BA62E9
Tints of Medium Orchid #BA62E9
RGB
CMYK
RGB Variations
Color information
#BA62E9 (or 0xBA62E9) is known color: Medium Orchid. HEX triplet: BA, 62 and E9. RGB value is (186,98,233). Sum of RGB (Red+Green+Blue) = 186+98+233=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA62E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62E9 is #459D16. Grayscale: #8B8B8B. Windows color (decimal): -4562199 or 15295162. OLE color: 15295162.
HSL color Cylindrical-coordinate representation of color #BA62E9: hue angle of 279.11º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA62E9 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 98 | 233 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.09 |
| HSL | 279.11º | 0.75% | 0.65% | - |
| HSV(B) | 279.11º | 0.58% | 0.91% | - |
| XYZ | 39.33 | 25.06 | 79.85 | - |
| YUV | 139.7 | 180.65 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 233 | 0.20 | 0.58 | 0 | 0.09 | 279.11 | 0.75 | 0.65 |
| Hex | BA | 62 | E9 | 14 | 3A | 0 | 9 | 117 | 4B | 41 |
| Octal | 272 | 142 | 351 | 24 | 72 | 0 | 11 | 427 | 113 | 101 |
| Binary | 10111010 | 1100010 | 11101001 | 10100 | 111010 | 0 | 1001 | 100010111 | 1001011 | 1000001 |
Color Harmonies of #BA62E9
Complementary color
Monochromatic Colors of #BA62E9
Black with #BA62E9
Text Example
Text Example
White with #BA62E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62E9; }
p { color: rgb(186,98,233); }
H1.HeaderClassName
{
color: #BA62E9;
}
.AnyTagClassName
{
color: #BA62E9;
}
</style>
background-color css
<style>
a { background-color: #BA62E9; }
a { background-color: rgb(186,98,233); }
div.DivClassName
{
background-color: #BA62E9;
}
.BgClassName
{
background-color: #BA62E9;
}
</style>
border-color css
<style>
span { border-color: #BA62E9; }
span { border-color: rgb(186,98,233); }
td.TdClassName
{
border-color: #BA62E9;
}
.TagClassName
{
border-color: #BA62E9;
}
</style>