Shades of Medium Orchid #BA6BC7
Tints of Medium Orchid #BA6BC7
RGB
CMYK
RGB Variations
Color information
#BA6BC7 (or 0xBA6BC7) is known color: Medium Orchid. HEX triplet: BA, 6B and C7. RGB value is (186,107,199). Sum of RGB (Red+Green+Blue) = 186+107+199=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA6BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BC7 is #459438. Grayscale: #8C8C8C. Windows color (decimal): -4559929 or 13069242. OLE color: 13069242.
HSL color Cylindrical-coordinate representation of color #BA6BC7: hue angle of 291.52º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6BC7 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 107 | 199 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.22 |
| HSL | 291.52º | 0.45% | 0.6% | - |
| HSV(B) | 291.52º | 0.46% | 0.78% | - |
| XYZ | 35.82 | 25.08 | 56.99 | - |
| YUV | 141.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 199 | 0.07 | 0.46 | 0 | 0.22 | 291.52 | 0.45 | 0.6 |
| Hex | BA | 6B | C7 | 7 | 2E | 0 | 16 | 124 | 2D | 3C |
| Octal | 272 | 153 | 307 | 7 | 56 | 0 | 26 | 444 | 55 | 74 |
| Binary | 10111010 | 1101011 | 11000111 | 111 | 101110 | 0 | 10110 | 100100100 | 101101 | 111100 |
Color Harmonies of #BA6BC7
Complementary color
Monochromatic Colors of #BA6BC7
Black with #BA6BC7
Text Example
Text Example
White with #BA6BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BC7; }
p { color: rgb(186,107,199); }
H1.HeaderClassName
{
color: #BA6BC7;
}
.AnyTagClassName
{
color: #BA6BC7;
}
</style>
background-color css
<style>
a { background-color: #BA6BC7; }
a { background-color: rgb(186,107,199); }
div.DivClassName
{
background-color: #BA6BC7;
}
.BgClassName
{
background-color: #BA6BC7;
}
</style>
border-color css
<style>
span { border-color: #BA6BC7; }
span { border-color: rgb(186,107,199); }
td.TdClassName
{
border-color: #BA6BC7;
}
.TagClassName
{
border-color: #BA6BC7;
}
</style>