Shades of Medium Orchid #BA6ACC
Tints of Medium Orchid #BA6ACC
RGB
CMYK
RGB Variations
Color information
#BA6ACC (or 0xBA6ACC) is known color: Medium Orchid. HEX triplet: BA, 6A and CC. RGB value is (186,106,204). Sum of RGB (Red+Green+Blue) = 186+106+204=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ACC is #459533. Grayscale: #8C8C8C. Windows color (decimal): -4560180 or 13396666. OLE color: 13396666.
HSL color Cylindrical-coordinate representation of color #BA6ACC: hue angle of 288.98º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6ACC is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 106 | 204 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.2 |
| HSL | 288.98º | 0.49% | 0.61% | - |
| HSV(B) | 288.98º | 0.48% | 0.8% | - |
| XYZ | 36.3 | 25.11 | 60.06 | - |
| YUV | 141.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 204 | 0.09 | 0.48 | 0 | 0.2 | 288.98 | 0.49 | 0.61 |
| Hex | BA | 6A | CC | 9 | 30 | 0 | 14 | 121 | 31 | 3D |
| Octal | 272 | 152 | 314 | 11 | 60 | 0 | 24 | 441 | 61 | 75 |
| Binary | 10111010 | 1101010 | 11001100 | 1001 | 110000 | 0 | 10100 | 100100001 | 110001 | 111101 |
Color Harmonies of #BA6ACC
Complementary color
Monochromatic Colors of #BA6ACC
Black with #BA6ACC
Text Example
Text Example
White with #BA6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6ACC; }
p { color: rgb(186,106,204); }
H1.HeaderClassName
{
color: #BA6ACC;
}
.AnyTagClassName
{
color: #BA6ACC;
}
</style>
background-color css
<style>
a { background-color: #BA6ACC; }
a { background-color: rgb(186,106,204); }
div.DivClassName
{
background-color: #BA6ACC;
}
.BgClassName
{
background-color: #BA6ACC;
}
</style>
border-color css
<style>
span { border-color: #BA6ACC; }
span { border-color: rgb(186,106,204); }
td.TdClassName
{
border-color: #BA6ACC;
}
.TagClassName
{
border-color: #BA6ACC;
}
</style>