Shades of Medium Orchid #BA6ECF
Tints of Medium Orchid #BA6ECF
RGB
CMYK
RGB Variations
Color information
#BA6ECF (or 0xBA6ECF) is known color: Medium Orchid. HEX triplet: BA, 6E and CF. RGB value is (186,110,207). Sum of RGB (Red+Green+Blue) = 186+110+207=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA6ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ECF is #459130. Grayscale: #8F8F8F. Windows color (decimal): -4559153 or 13594298. OLE color: 13594298.
HSL color Cylindrical-coordinate representation of color #BA6ECF: hue angle of 287.01º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6ECF is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 110 | 207 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.19 |
| HSL | 287.01º | 0.5% | 0.62% | - |
| HSV(B) | 287.01º | 0.47% | 0.81% | - |
| XYZ | 37.09 | 26.1 | 62.11 | - |
| YUV | 143.78 | 163.68 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 207 | 0.10 | 0.47 | 0 | 0.19 | 287.01 | 0.5 | 0.62 |
| Hex | BA | 6E | CF | A | 2F | 0 | 13 | 11F | 32 | 3E |
| Octal | 272 | 156 | 317 | 12 | 57 | 0 | 23 | 437 | 62 | 76 |
| Binary | 10111010 | 1101110 | 11001111 | 1010 | 101111 | 0 | 10011 | 100011111 | 110010 | 111110 |
Color Harmonies of #BA6ECF
Complementary color
Monochromatic Colors of #BA6ECF
Black with #BA6ECF
Text Example
Text Example
White with #BA6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6ECF; }
p { color: rgb(186,110,207); }
H1.HeaderClassName
{
color: #BA6ECF;
}
.AnyTagClassName
{
color: #BA6ECF;
}
</style>
background-color css
<style>
a { background-color: #BA6ECF; }
a { background-color: rgb(186,110,207); }
div.DivClassName
{
background-color: #BA6ECF;
}
.BgClassName
{
background-color: #BA6ECF;
}
</style>
border-color css
<style>
span { border-color: #BA6ECF; }
span { border-color: rgb(186,110,207); }
td.TdClassName
{
border-color: #BA6ECF;
}
.TagClassName
{
border-color: #BA6ECF;
}
</style>