Shades of Medium Orchid #BA6FC5
Tints of Medium Orchid #BA6FC5
RGB
CMYK
RGB Variations
Color information
#BA6FC5 (or 0xBA6FC5) is known color: Medium Orchid. HEX triplet: BA, 6F and C5. RGB value is (186,111,197). Sum of RGB (Red+Green+Blue) = 186+111+197=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA6FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FC5 is #45903A. Grayscale: #8E8E8E. Windows color (decimal): -4558907 or 12939194. OLE color: 12939194.
HSL color Cylindrical-coordinate representation of color #BA6FC5: hue angle of 292.33º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA6FC5 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 111 | 197 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.23 |
| HSL | 292.33º | 0.43% | 0.6% | - |
| HSV(B) | 292.33º | 0.44% | 0.77% | - |
| XYZ | 36.01 | 25.84 | 55.91 | - |
| YUV | 143.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 197 | 0.06 | 0.44 | 0 | 0.23 | 292.33 | 0.43 | 0.6 |
| Hex | BA | 6F | C5 | 6 | 2C | 0 | 17 | 124 | 2B | 3C |
| Octal | 272 | 157 | 305 | 6 | 54 | 0 | 27 | 444 | 53 | 74 |
| Binary | 10111010 | 1101111 | 11000101 | 110 | 101100 | 0 | 10111 | 100100100 | 101011 | 111100 |
Color Harmonies of #BA6FC5
Complementary color
Monochromatic Colors of #BA6FC5
Black with #BA6FC5
Text Example
Text Example
White with #BA6FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FC5; }
p { color: rgb(186,111,197); }
H1.HeaderClassName
{
color: #BA6FC5;
}
.AnyTagClassName
{
color: #BA6FC5;
}
</style>
background-color css
<style>
a { background-color: #BA6FC5; }
a { background-color: rgb(186,111,197); }
div.DivClassName
{
background-color: #BA6FC5;
}
.BgClassName
{
background-color: #BA6FC5;
}
</style>
border-color css
<style>
span { border-color: #BA6FC5; }
span { border-color: rgb(186,111,197); }
td.TdClassName
{
border-color: #BA6FC5;
}
.TagClassName
{
border-color: #BA6FC5;
}
</style>