Shades of Medium Orchid #BA6DCE
Tints of Medium Orchid #BA6DCE
RGB
CMYK
RGB Variations
Color information
#BA6DCE (or 0xBA6DCE) is known color: Medium Orchid. HEX triplet: BA, 6D and CE. RGB value is (186,109,206). Sum of RGB (Red+Green+Blue) = 186+109+206=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA6DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DCE is #459231. Grayscale: #8E8E8E. Windows color (decimal): -4559410 or 13528506. OLE color: 13528506.
HSL color Cylindrical-coordinate representation of color #BA6DCE: hue angle of 287.63º 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 #BA6DCE is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 109 | 206 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.19 |
| HSL | 287.63º | 0.5% | 0.62% | - |
| HSV(B) | 287.63º | 0.47% | 0.81% | - |
| XYZ | 36.86 | 25.83 | 61.44 | - |
| YUV | 143.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 206 | 0.10 | 0.47 | 0 | 0.19 | 287.63 | 0.5 | 0.62 |
| Hex | BA | 6D | CE | A | 2F | 0 | 13 | 120 | 32 | 3E |
| Octal | 272 | 155 | 316 | 12 | 57 | 0 | 23 | 440 | 62 | 76 |
| Binary | 10111010 | 1101101 | 11001110 | 1010 | 101111 | 0 | 10011 | 100100000 | 110010 | 111110 |
Color Harmonies of #BA6DCE
Complementary color
Monochromatic Colors of #BA6DCE
Black with #BA6DCE
Text Example
Text Example
White with #BA6DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DCE; }
p { color: rgb(186,109,206); }
H1.HeaderClassName
{
color: #BA6DCE;
}
.AnyTagClassName
{
color: #BA6DCE;
}
</style>
background-color css
<style>
a { background-color: #BA6DCE; }
a { background-color: rgb(186,109,206); }
div.DivClassName
{
background-color: #BA6DCE;
}
.BgClassName
{
background-color: #BA6DCE;
}
</style>
border-color css
<style>
span { border-color: #BA6DCE; }
span { border-color: rgb(186,109,206); }
td.TdClassName
{
border-color: #BA6DCE;
}
.TagClassName
{
border-color: #BA6DCE;
}
</style>