Shades of Medium Orchid #BA6BCF
Tints of Medium Orchid #BA6BCF
RGB
CMYK
RGB Variations
Color information
#BA6BCF (or 0xBA6BCF) is known color: Medium Orchid. HEX triplet: BA, 6B and CF. RGB value is (186,107,207). Sum of RGB (Red+Green+Blue) = 186+107+207=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA6BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BCF is #459430. Grayscale: #8D8D8D. Windows color (decimal): -4559921 or 13593530. OLE color: 13593530.
HSL color Cylindrical-coordinate representation of color #BA6BCF: hue angle of 287.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6BCF is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 107 | 207 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.19 |
| HSL | 287.4º | 0.51% | 0.62% | - |
| HSV(B) | 287.4º | 0.48% | 0.81% | - |
| XYZ | 36.77 | 25.46 | 62.01 | - |
| YUV | 142.02 | 164.67 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 207 | 0.10 | 0.48 | 0 | 0.19 | 287.4 | 0.51 | 0.62 |
| Hex | BA | 6B | CF | A | 30 | 0 | 13 | 11F | 33 | 3E |
| Octal | 272 | 153 | 317 | 12 | 60 | 0 | 23 | 437 | 63 | 76 |
| Binary | 10111010 | 1101011 | 11001111 | 1010 | 110000 | 0 | 10011 | 100011111 | 110011 | 111110 |
Color Harmonies of #BA6BCF
Complementary color
Monochromatic Colors of #BA6BCF
Black with #BA6BCF
Text Example
Text Example
White with #BA6BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BCF; }
p { color: rgb(186,107,207); }
H1.HeaderClassName
{
color: #BA6BCF;
}
.AnyTagClassName
{
color: #BA6BCF;
}
</style>
background-color css
<style>
a { background-color: #BA6BCF; }
a { background-color: rgb(186,107,207); }
div.DivClassName
{
background-color: #BA6BCF;
}
.BgClassName
{
background-color: #BA6BCF;
}
</style>
border-color css
<style>
span { border-color: #BA6BCF; }
span { border-color: rgb(186,107,207); }
td.TdClassName
{
border-color: #BA6BCF;
}
.TagClassName
{
border-color: #BA6BCF;
}
</style>