Shades of Medium Orchid #BA6FC8
Tints of Medium Orchid #BA6FC8
RGB
CMYK
RGB Variations
Color information
#BA6FC8 (or 0xBA6FC8) is known color: Medium Orchid. HEX triplet: BA, 6F and C8. RGB value is (186,111,200). Sum of RGB (Red+Green+Blue) = 186+111+200=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA6FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FC8 is #459037. Grayscale: #8F8F8F. Windows color (decimal): -4558904 or 13135802. OLE color: 13135802.
HSL color Cylindrical-coordinate representation of color #BA6FC8: hue angle of 290.56º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA6FC8 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 111 | 200 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.22 |
| HSL | 290.56º | 0.45% | 0.61% | - |
| HSV(B) | 290.56º | 0.45% | 0.78% | - |
| XYZ | 36.36 | 25.98 | 57.74 | - |
| YUV | 143.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 200 | 0.07 | 0.44 | 0 | 0.22 | 290.56 | 0.45 | 0.61 |
| Hex | BA | 6F | C8 | 7 | 2C | 0 | 16 | 123 | 2D | 3D |
| Octal | 272 | 157 | 310 | 7 | 54 | 0 | 26 | 443 | 55 | 75 |
| Binary | 10111010 | 1101111 | 11001000 | 111 | 101100 | 0 | 10110 | 100100011 | 101101 | 111101 |
Color Harmonies of #BA6FC8
Complementary color
Monochromatic Colors of #BA6FC8
Black with #BA6FC8
Text Example
Text Example
White with #BA6FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FC8; }
p { color: rgb(186,111,200); }
H1.HeaderClassName
{
color: #BA6FC8;
}
.AnyTagClassName
{
color: #BA6FC8;
}
</style>
background-color css
<style>
a { background-color: #BA6FC8; }
a { background-color: rgb(186,111,200); }
div.DivClassName
{
background-color: #BA6FC8;
}
.BgClassName
{
background-color: #BA6FC8;
}
</style>
border-color css
<style>
span { border-color: #BA6FC8; }
span { border-color: rgb(186,111,200); }
td.TdClassName
{
border-color: #BA6FC8;
}
.TagClassName
{
border-color: #BA6FC8;
}
</style>