Shades of Medium Orchid #BA6FCC
Tints of Medium Orchid #BA6FCC
RGB
CMYK
RGB Variations
Color information
#BA6FCC (or 0xBA6FCC) is known color: Medium Orchid. HEX triplet: BA, 6F and CC. RGB value is (186,111,204). Sum of RGB (Red+Green+Blue) = 186+111+204=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA6FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FCC is #459033. Grayscale: #8F8F8F. Windows color (decimal): -4558900 or 13397946. OLE color: 13397946.
HSL color Cylindrical-coordinate representation of color #BA6FCC: hue angle of 288.39º 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 #BA6FCC is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 111 | 204 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.2 |
| HSL | 288.39º | 0.48% | 0.62% | - |
| HSV(B) | 288.39º | 0.46% | 0.8% | - |
| XYZ | 36.83 | 26.17 | 60.24 | - |
| YUV | 144.03 | 161.85 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 204 | 0.09 | 0.46 | 0 | 0.2 | 288.39 | 0.48 | 0.62 |
| Hex | BA | 6F | CC | 9 | 2E | 0 | 14 | 120 | 30 | 3E |
| Octal | 272 | 157 | 314 | 11 | 56 | 0 | 24 | 440 | 60 | 76 |
| Binary | 10111010 | 1101111 | 11001100 | 1001 | 101110 | 0 | 10100 | 100100000 | 110000 | 111110 |
Color Harmonies of #BA6FCC
Complementary color
Monochromatic Colors of #BA6FCC
Black with #BA6FCC
Text Example
Text Example
White with #BA6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FCC; }
p { color: rgb(186,111,204); }
H1.HeaderClassName
{
color: #BA6FCC;
}
.AnyTagClassName
{
color: #BA6FCC;
}
</style>
background-color css
<style>
a { background-color: #BA6FCC; }
a { background-color: rgb(186,111,204); }
div.DivClassName
{
background-color: #BA6FCC;
}
.BgClassName
{
background-color: #BA6FCC;
}
</style>
border-color css
<style>
span { border-color: #BA6FCC; }
span { border-color: rgb(186,111,204); }
td.TdClassName
{
border-color: #BA6FCC;
}
.TagClassName
{
border-color: #BA6FCC;
}
</style>