Shades of Medium Orchid #BA6ECC
Tints of Medium Orchid #BA6ECC
RGB
CMYK
RGB Variations
Color information
#BA6ECC (or 0xBA6ECC) is known color: Medium Orchid. HEX triplet: BA, 6E and CC. RGB value is (186,110,204). Sum of RGB (Red+Green+Blue) = 186+110+204=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ECC is #459133. Grayscale: #8F8F8F. Windows color (decimal): -4559156 or 13397690. OLE color: 13397690.
HSL color Cylindrical-coordinate representation of color #BA6ECC: hue angle of 288.51º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6ECC is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 110 | 204 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.2 |
| HSL | 288.51º | 0.48% | 0.62% | - |
| HSV(B) | 288.51º | 0.46% | 0.8% | - |
| XYZ | 36.72 | 25.95 | 60.2 | - |
| YUV | 143.44 | 162.18 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 204 | 0.09 | 0.46 | 0 | 0.2 | 288.51 | 0.48 | 0.62 |
| Hex | BA | 6E | CC | 9 | 2E | 0 | 14 | 121 | 30 | 3E |
| Octal | 272 | 156 | 314 | 11 | 56 | 0 | 24 | 441 | 60 | 76 |
| Binary | 10111010 | 1101110 | 11001100 | 1001 | 101110 | 0 | 10100 | 100100001 | 110000 | 111110 |
Color Harmonies of #BA6ECC
Complementary color
Monochromatic Colors of #BA6ECC
Black with #BA6ECC
Text Example
Text Example
White with #BA6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6ECC; }
p { color: rgb(186,110,204); }
H1.HeaderClassName
{
color: #BA6ECC;
}
.AnyTagClassName
{
color: #BA6ECC;
}
</style>
background-color css
<style>
a { background-color: #BA6ECC; }
a { background-color: rgb(186,110,204); }
div.DivClassName
{
background-color: #BA6ECC;
}
.BgClassName
{
background-color: #BA6ECC;
}
</style>
border-color css
<style>
span { border-color: #BA6ECC; }
span { border-color: rgb(186,110,204); }
td.TdClassName
{
border-color: #BA6ECC;
}
.TagClassName
{
border-color: #BA6ECC;
}
</style>