Shades of Medium Orchid #BA6DCF
Tints of Medium Orchid #BA6DCF
RGB
CMYK
RGB Variations
Color information
#BA6DCF (or 0xBA6DCF) is known color: Medium Orchid. HEX triplet: BA, 6D and CF. RGB value is (186,109,207). Sum of RGB (Red+Green+Blue) = 186+109+207=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA6DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DCF is #459230. Grayscale: #8E8E8E. Windows color (decimal): -4559409 or 13594042. OLE color: 13594042.
HSL color Cylindrical-coordinate representation of color #BA6DCF: hue angle of 287.14º degrees, saturation: 0.51, 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 #BA6DCF is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 109 | 207 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.19 |
| HSL | 287.14º | 0.51% | 0.62% | - |
| HSV(B) | 287.14º | 0.47% | 0.81% | - |
| XYZ | 36.98 | 25.88 | 62.08 | - |
| YUV | 143.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 207 | 0.10 | 0.47 | 0 | 0.19 | 287.14 | 0.51 | 0.62 |
| Hex | BA | 6D | CF | A | 2F | 0 | 13 | 11F | 33 | 3E |
| Octal | 272 | 155 | 317 | 12 | 57 | 0 | 23 | 437 | 63 | 76 |
| Binary | 10111010 | 1101101 | 11001111 | 1010 | 101111 | 0 | 10011 | 100011111 | 110011 | 111110 |
Color Harmonies of #BA6DCF
Complementary color
Monochromatic Colors of #BA6DCF
Black with #BA6DCF
Text Example
Text Example
White with #BA6DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DCF; }
p { color: rgb(186,109,207); }
H1.HeaderClassName
{
color: #BA6DCF;
}
.AnyTagClassName
{
color: #BA6DCF;
}
</style>
background-color css
<style>
a { background-color: #BA6DCF; }
a { background-color: rgb(186,109,207); }
div.DivClassName
{
background-color: #BA6DCF;
}
.BgClassName
{
background-color: #BA6DCF;
}
</style>
border-color css
<style>
span { border-color: #BA6DCF; }
span { border-color: rgb(186,109,207); }
td.TdClassName
{
border-color: #BA6DCF;
}
.TagClassName
{
border-color: #BA6DCF;
}
</style>