Shades of Medium Orchid #BA66EE
Tints of Medium Orchid #BA66EE
RGB
CMYK
RGB Variations
Color information
#BA66EE (or 0xBA66EE) is known color: Medium Orchid. HEX triplet: BA, 66 and EE. RGB value is (186,102,238). Sum of RGB (Red+Green+Blue) = 186+102+238=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA66EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA66EE is #459911. Grayscale: #8E8E8E. Windows color (decimal): -4561170 or 15623866. OLE color: 15623866.
HSL color Cylindrical-coordinate representation of color #BA66EE: hue angle of 277.06º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA66EE is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 102 | 238 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.07 |
| HSL | 277.06º | 0.8% | 0.67% | - |
| HSV(B) | 277.06º | 0.57% | 0.93% | - |
| XYZ | 40.43 | 26.11 | 83.8 | - |
| YUV | 142.62 | 181.83 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 238 | 0.22 | 0.57 | 0 | 0.07 | 277.06 | 0.8 | 0.67 |
| Hex | BA | 66 | EE | 16 | 39 | 0 | 7 | 115 | 50 | 43 |
| Octal | 272 | 146 | 356 | 26 | 71 | 0 | 7 | 425 | 120 | 103 |
| Binary | 10111010 | 1100110 | 11101110 | 10110 | 111001 | 0 | 111 | 100010101 | 1010000 | 1000011 |
Color Harmonies of #BA66EE
Complementary color
Monochromatic Colors of #BA66EE
Black with #BA66EE
Text Example
Text Example
White with #BA66EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66EE; }
p { color: rgb(186,102,238); }
H1.HeaderClassName
{
color: #BA66EE;
}
.AnyTagClassName
{
color: #BA66EE;
}
</style>
background-color css
<style>
a { background-color: #BA66EE; }
a { background-color: rgb(186,102,238); }
div.DivClassName
{
background-color: #BA66EE;
}
.BgClassName
{
background-color: #BA66EE;
}
</style>
border-color css
<style>
span { border-color: #BA66EE; }
span { border-color: rgb(186,102,238); }
td.TdClassName
{
border-color: #BA66EE;
}
.TagClassName
{
border-color: #BA66EE;
}
</style>