Shades of Medium Orchid #BA6ACF
Tints of Medium Orchid #BA6ACF
RGB
CMYK
RGB Variations
Color information
#BA6ACF (or 0xBA6ACF) is known color: Medium Orchid. HEX triplet: BA, 6A and CF. RGB value is (186,106,207). Sum of RGB (Red+Green+Blue) = 186+106+207=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ACF is #459530. Grayscale: #8D8D8D. Windows color (decimal): -4560177 or 13593274. OLE color: 13593274.
HSL color Cylindrical-coordinate representation of color #BA6ACF: hue angle of 287.52º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA6ACF is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 106 | 207 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.19 |
| HSL | 287.52º | 0.51% | 0.61% | - |
| HSV(B) | 287.52º | 0.49% | 0.81% | - |
| XYZ | 36.67 | 25.25 | 61.97 | - |
| YUV | 141.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 207 | 0.10 | 0.49 | 0 | 0.19 | 287.52 | 0.51 | 0.61 |
| Hex | BA | 6A | CF | A | 31 | 0 | 13 | 120 | 33 | 3D |
| Octal | 272 | 152 | 317 | 12 | 61 | 0 | 23 | 440 | 63 | 75 |
| Binary | 10111010 | 1101010 | 11001111 | 1010 | 110001 | 0 | 10011 | 100100000 | 110011 | 111101 |
Color Harmonies of #BA6ACF
Complementary color
Monochromatic Colors of #BA6ACF
Black with #BA6ACF
Text Example
Text Example
White with #BA6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6ACF; }
p { color: rgb(186,106,207); }
H1.HeaderClassName
{
color: #BA6ACF;
}
.AnyTagClassName
{
color: #BA6ACF;
}
</style>
background-color css
<style>
a { background-color: #BA6ACF; }
a { background-color: rgb(186,106,207); }
div.DivClassName
{
background-color: #BA6ACF;
}
.BgClassName
{
background-color: #BA6ACF;
}
</style>
border-color css
<style>
span { border-color: #BA6ACF; }
span { border-color: rgb(186,106,207); }
td.TdClassName
{
border-color: #BA6ACF;
}
.TagClassName
{
border-color: #BA6ACF;
}
</style>