Shades of Medium Orchid #BA6BC9
Tints of Medium Orchid #BA6BC9
RGB
CMYK
RGB Variations
Color information
#BA6BC9 (or 0xBA6BC9) is known color: Medium Orchid. HEX triplet: BA, 6B and C9. RGB value is (186,107,201). Sum of RGB (Red+Green+Blue) = 186+107+201=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA6BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BC9 is #459436. Grayscale: #8D8D8D. Windows color (decimal): -4559927 or 13200314. OLE color: 13200314.
HSL color Cylindrical-coordinate representation of color #BA6BC9: hue angle of 290.43º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6BC9 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 107 | 201 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.21 |
| HSL | 290.43º | 0.47% | 0.6% | - |
| HSV(B) | 290.43º | 0.47% | 0.79% | - |
| XYZ | 36.05 | 25.17 | 58.22 | - |
| YUV | 141.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 201 | 0.07 | 0.47 | 0 | 0.21 | 290.43 | 0.47 | 0.6 |
| Hex | BA | 6B | C9 | 7 | 2F | 0 | 15 | 122 | 2F | 3C |
| Octal | 272 | 153 | 311 | 7 | 57 | 0 | 25 | 442 | 57 | 74 |
| Binary | 10111010 | 1101011 | 11001001 | 111 | 101111 | 0 | 10101 | 100100010 | 101111 | 111100 |
Color Harmonies of #BA6BC9
Complementary color
Monochromatic Colors of #BA6BC9
Black with #BA6BC9
Text Example
Text Example
White with #BA6BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BC9; }
p { color: rgb(186,107,201); }
H1.HeaderClassName
{
color: #BA6BC9;
}
.AnyTagClassName
{
color: #BA6BC9;
}
</style>
background-color css
<style>
a { background-color: #BA6BC9; }
a { background-color: rgb(186,107,201); }
div.DivClassName
{
background-color: #BA6BC9;
}
.BgClassName
{
background-color: #BA6BC9;
}
</style>
border-color css
<style>
span { border-color: #BA6BC9; }
span { border-color: rgb(186,107,201); }
td.TdClassName
{
border-color: #BA6BC9;
}
.TagClassName
{
border-color: #BA6BC9;
}
</style>