Shades of Medium Orchid #BA6DC9
Tints of Medium Orchid #BA6DC9
RGB
CMYK
RGB Variations
Color information
#BA6DC9 (or 0xBA6DC9) is known color: Medium Orchid. HEX triplet: BA, 6D and C9. RGB value is (186,109,201). Sum of RGB (Red+Green+Blue) = 186+109+201=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA6DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DC9 is #459236. Grayscale: #8E8E8E. Windows color (decimal): -4559415 or 13200826. OLE color: 13200826.
HSL color Cylindrical-coordinate representation of color #BA6DC9: hue angle of 290.22º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6DC9 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 109 | 201 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.21 |
| HSL | 290.22º | 0.46% | 0.61% | - |
| HSV(B) | 290.22º | 0.46% | 0.79% | - |
| XYZ | 36.26 | 25.59 | 58.29 | - |
| YUV | 142.51 | 161.01 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 201 | 0.07 | 0.46 | 0 | 0.21 | 290.22 | 0.46 | 0.61 |
| Hex | BA | 6D | C9 | 7 | 2E | 0 | 15 | 122 | 2E | 3D |
| Octal | 272 | 155 | 311 | 7 | 56 | 0 | 25 | 442 | 56 | 75 |
| Binary | 10111010 | 1101101 | 11001001 | 111 | 101110 | 0 | 10101 | 100100010 | 101110 | 111101 |
Color Harmonies of #BA6DC9
Complementary color
Monochromatic Colors of #BA6DC9
Black with #BA6DC9
Text Example
Text Example
White with #BA6DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DC9; }
p { color: rgb(186,109,201); }
H1.HeaderClassName
{
color: #BA6DC9;
}
.AnyTagClassName
{
color: #BA6DC9;
}
</style>
background-color css
<style>
a { background-color: #BA6DC9; }
a { background-color: rgb(186,109,201); }
div.DivClassName
{
background-color: #BA6DC9;
}
.BgClassName
{
background-color: #BA6DC9;
}
</style>
border-color css
<style>
span { border-color: #BA6DC9; }
span { border-color: rgb(186,109,201); }
td.TdClassName
{
border-color: #BA6DC9;
}
.TagClassName
{
border-color: #BA6DC9;
}
</style>