Shades of Medium Orchid #BA65E8
Tints of Medium Orchid #BA65E8
RGB
CMYK
RGB Variations
Color information
#BA65E8 (or 0xBA65E8) is known color: Medium Orchid. HEX triplet: BA, 65 and E8. RGB value is (186,101,232). Sum of RGB (Red+Green+Blue) = 186+101+232=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA65E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65E8 is #459A17. Grayscale: #8C8C8C. Windows color (decimal): -4561432 or 15230394. OLE color: 15230394.
HSL color Cylindrical-coordinate representation of color #BA65E8: hue angle of 278.93º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA65E8 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 101 | 232 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.09 |
| HSL | 278.93º | 0.74% | 0.65% | - |
| HSV(B) | 278.93º | 0.56% | 0.91% | - |
| XYZ | 39.47 | 25.57 | 79.2 | - |
| YUV | 141.35 | 179.16 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 232 | 0.20 | 0.56 | 0 | 0.09 | 278.93 | 0.74 | 0.65 |
| Hex | BA | 65 | E8 | 14 | 38 | 0 | 9 | 117 | 4A | 41 |
| Octal | 272 | 145 | 350 | 24 | 70 | 0 | 11 | 427 | 112 | 101 |
| Binary | 10111010 | 1100101 | 11101000 | 10100 | 111000 | 0 | 1001 | 100010111 | 1001010 | 1000001 |
Color Harmonies of #BA65E8
Complementary color
Monochromatic Colors of #BA65E8
Black with #BA65E8
Text Example
Text Example
White with #BA65E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65E8; }
p { color: rgb(186,101,232); }
H1.HeaderClassName
{
color: #BA65E8;
}
.AnyTagClassName
{
color: #BA65E8;
}
</style>
background-color css
<style>
a { background-color: #BA65E8; }
a { background-color: rgb(186,101,232); }
div.DivClassName
{
background-color: #BA65E8;
}
.BgClassName
{
background-color: #BA65E8;
}
</style>
border-color css
<style>
span { border-color: #BA65E8; }
span { border-color: rgb(186,101,232); }
td.TdClassName
{
border-color: #BA65E8;
}
.TagClassName
{
border-color: #BA65E8;
}
</style>