Shades of Medium Orchid #BA65E9
Tints of Medium Orchid #BA65E9
RGB
CMYK
RGB Variations
Color information
#BA65E9 (or 0xBA65E9) is known color: Medium Orchid. HEX triplet: BA, 65 and E9. RGB value is (186,101,233). Sum of RGB (Red+Green+Blue) = 186+101+233=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA65E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65E9 is #459A16. Grayscale: #8D8D8D. Windows color (decimal): -4561431 or 15295930. OLE color: 15295930.
HSL color Cylindrical-coordinate representation of color #BA65E9: hue angle of 278.64º degrees, saturation: 0.75, 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 #BA65E9 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 101 | 233 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.09 |
| HSL | 278.64º | 0.75% | 0.65% | - |
| HSV(B) | 278.64º | 0.57% | 0.91% | - |
| XYZ | 39.61 | 25.63 | 79.95 | - |
| YUV | 141.46 | 179.66 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 233 | 0.20 | 0.57 | 0 | 0.09 | 278.64 | 0.75 | 0.65 |
| Hex | BA | 65 | E9 | 14 | 39 | 0 | 9 | 117 | 4B | 41 |
| Octal | 272 | 145 | 351 | 24 | 71 | 0 | 11 | 427 | 113 | 101 |
| Binary | 10111010 | 1100101 | 11101001 | 10100 | 111001 | 0 | 1001 | 100010111 | 1001011 | 1000001 |
Color Harmonies of #BA65E9
Complementary color
Monochromatic Colors of #BA65E9
Black with #BA65E9
Text Example
Text Example
White with #BA65E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65E9; }
p { color: rgb(186,101,233); }
H1.HeaderClassName
{
color: #BA65E9;
}
.AnyTagClassName
{
color: #BA65E9;
}
</style>
background-color css
<style>
a { background-color: #BA65E9; }
a { background-color: rgb(186,101,233); }
div.DivClassName
{
background-color: #BA65E9;
}
.BgClassName
{
background-color: #BA65E9;
}
</style>
border-color css
<style>
span { border-color: #BA65E9; }
span { border-color: rgb(186,101,233); }
td.TdClassName
{
border-color: #BA65E9;
}
.TagClassName
{
border-color: #BA65E9;
}
</style>