Shades of Medium Orchid #BA6CCC
Tints of Medium Orchid #BA6CCC
RGB
CMYK
RGB Variations
Color information
#BA6CCC (or 0xBA6CCC) is known color: Medium Orchid. HEX triplet: BA, 6C and CC. RGB value is (186,108,204). Sum of RGB (Red+Green+Blue) = 186+108+204=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA6CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CCC is #459333. Grayscale: #8D8D8D. Windows color (decimal): -4559668 or 13397178. OLE color: 13397178.
HSL color Cylindrical-coordinate representation of color #BA6CCC: hue angle of 288.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6CCC is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 108 | 204 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.2 |
| HSL | 288.75º | 0.48% | 0.61% | - |
| HSV(B) | 288.75º | 0.47% | 0.8% | - |
| XYZ | 36.51 | 25.52 | 60.13 | - |
| YUV | 142.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 204 | 0.09 | 0.47 | 0 | 0.2 | 288.75 | 0.48 | 0.61 |
| Hex | BA | 6C | CC | 9 | 2F | 0 | 14 | 121 | 30 | 3D |
| Octal | 272 | 154 | 314 | 11 | 57 | 0 | 24 | 441 | 60 | 75 |
| Binary | 10111010 | 1101100 | 11001100 | 1001 | 101111 | 0 | 10100 | 100100001 | 110000 | 111101 |
Color Harmonies of #BA6CCC
Complementary color
Monochromatic Colors of #BA6CCC
Black with #BA6CCC
Text Example
Text Example
White with #BA6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CCC; }
p { color: rgb(186,108,204); }
H1.HeaderClassName
{
color: #BA6CCC;
}
.AnyTagClassName
{
color: #BA6CCC;
}
</style>
background-color css
<style>
a { background-color: #BA6CCC; }
a { background-color: rgb(186,108,204); }
div.DivClassName
{
background-color: #BA6CCC;
}
.BgClassName
{
background-color: #BA6CCC;
}
</style>
border-color css
<style>
span { border-color: #BA6CCC; }
span { border-color: rgb(186,108,204); }
td.TdClassName
{
border-color: #BA6CCC;
}
.TagClassName
{
border-color: #BA6CCC;
}
</style>