Shades of Medium Orchid #BA65EE
Tints of Medium Orchid #BA65EE
RGB
CMYK
RGB Variations
Color information
#BA65EE (or 0xBA65EE) is known color: Medium Orchid. HEX triplet: BA, 65 and EE. RGB value is (186,101,238). Sum of RGB (Red+Green+Blue) = 186+101+238=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA65EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65EE is #459A11. Grayscale: #8D8D8D. Windows color (decimal): -4561426 or 15623610. OLE color: 15623610.
HSL color Cylindrical-coordinate representation of color #BA65EE: hue angle of 277.23º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA65EE is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 101 | 238 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.07 |
| HSL | 277.23º | 0.8% | 0.66% | - |
| HSV(B) | 277.23º | 0.58% | 0.93% | - |
| XYZ | 40.34 | 25.92 | 83.77 | - |
| YUV | 142.03 | 182.16 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 238 | 0.22 | 0.58 | 0 | 0.07 | 277.23 | 0.8 | 0.66 |
| Hex | BA | 65 | EE | 16 | 3A | 0 | 7 | 115 | 50 | 42 |
| Octal | 272 | 145 | 356 | 26 | 72 | 0 | 7 | 425 | 120 | 102 |
| Binary | 10111010 | 1100101 | 11101110 | 10110 | 111010 | 0 | 111 | 100010101 | 1010000 | 1000010 |
Color Harmonies of #BA65EE
Complementary color
Monochromatic Colors of #BA65EE
Black with #BA65EE
Text Example
Text Example
White with #BA65EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65EE; }
p { color: rgb(186,101,238); }
H1.HeaderClassName
{
color: #BA65EE;
}
.AnyTagClassName
{
color: #BA65EE;
}
</style>
background-color css
<style>
a { background-color: #BA65EE; }
a { background-color: rgb(186,101,238); }
div.DivClassName
{
background-color: #BA65EE;
}
.BgClassName
{
background-color: #BA65EE;
}
</style>
border-color css
<style>
span { border-color: #BA65EE; }
span { border-color: rgb(186,101,238); }
td.TdClassName
{
border-color: #BA65EE;
}
.TagClassName
{
border-color: #BA65EE;
}
</style>