Shades of Medium Orchid #BA6FCF
Tints of Medium Orchid #BA6FCF
RGB
CMYK
RGB Variations
Color information
#BA6FCF (or 0xBA6FCF) is known color: Medium Orchid. HEX triplet: BA, 6F and CF. RGB value is (186,111,207). Sum of RGB (Red+Green+Blue) = 186+111+207=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA6FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FCF is #459030. Grayscale: #909090. Windows color (decimal): -4558897 or 13594554. OLE color: 13594554.
HSL color Cylindrical-coordinate representation of color #BA6FCF: hue angle of 286.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6FCF is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 111 | 207 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.19 |
| HSL | 286.88º | 0.5% | 0.62% | - |
| HSV(B) | 286.88º | 0.46% | 0.81% | - |
| XYZ | 37.2 | 26.31 | 62.15 | - |
| YUV | 144.37 | 163.35 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 207 | 0.10 | 0.46 | 0 | 0.19 | 286.88 | 0.5 | 0.62 |
| Hex | BA | 6F | CF | A | 2E | 0 | 13 | 11F | 32 | 3E |
| Octal | 272 | 157 | 317 | 12 | 56 | 0 | 23 | 437 | 62 | 76 |
| Binary | 10111010 | 1101111 | 11001111 | 1010 | 101110 | 0 | 10011 | 100011111 | 110010 | 111110 |
Color Harmonies of #BA6FCF
Complementary color
Monochromatic Colors of #BA6FCF
Black with #BA6FCF
Text Example
Text Example
White with #BA6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FCF; }
p { color: rgb(186,111,207); }
H1.HeaderClassName
{
color: #BA6FCF;
}
.AnyTagClassName
{
color: #BA6FCF;
}
</style>
background-color css
<style>
a { background-color: #BA6FCF; }
a { background-color: rgb(186,111,207); }
div.DivClassName
{
background-color: #BA6FCF;
}
.BgClassName
{
background-color: #BA6FCF;
}
</style>
border-color css
<style>
span { border-color: #BA6FCF; }
span { border-color: rgb(186,111,207); }
td.TdClassName
{
border-color: #BA6FCF;
}
.TagClassName
{
border-color: #BA6FCF;
}
</style>