Shades of Medium Orchid #BA6CD8
Tints of Medium Orchid #BA6CD8
RGB
CMYK
RGB Variations
Color information
#BA6CD8 (or 0xBA6CD8) is known color: Medium Orchid. HEX triplet: BA, 6C and D8. RGB value is (186,108,216). Sum of RGB (Red+Green+Blue) = 186+108+216=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA6CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CD8 is #459327. Grayscale: #8F8F8F. Windows color (decimal): -4559656 or 14183610. OLE color: 14183610.
HSL color Cylindrical-coordinate representation of color #BA6CD8: hue angle of 283.33º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6CD8 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 108 | 216 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.15 |
| HSL | 283.33º | 0.58% | 0.64% | - |
| HSV(B) | 283.33º | 0.5% | 0.85% | - |
| XYZ | 38.01 | 26.12 | 68 | - |
| YUV | 143.63 | 168.84 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 216 | 0.14 | 0.50 | 0 | 0.15 | 283.33 | 0.58 | 0.64 |
| Hex | BA | 6C | D8 | E | 32 | 0 | F | 11B | 3A | 40 |
| Octal | 272 | 154 | 330 | 16 | 62 | 0 | 17 | 433 | 72 | 100 |
| Binary | 10111010 | 1101100 | 11011000 | 1110 | 110010 | 0 | 1111 | 100011011 | 111010 | 1000000 |
Color Harmonies of #BA6CD8
Complementary color
Monochromatic Colors of #BA6CD8
Black with #BA6CD8
Text Example
Text Example
White with #BA6CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CD8; }
p { color: rgb(186,108,216); }
H1.HeaderClassName
{
color: #BA6CD8;
}
.AnyTagClassName
{
color: #BA6CD8;
}
</style>
background-color css
<style>
a { background-color: #BA6CD8; }
a { background-color: rgb(186,108,216); }
div.DivClassName
{
background-color: #BA6CD8;
}
.BgClassName
{
background-color: #BA6CD8;
}
</style>
border-color css
<style>
span { border-color: #BA6CD8; }
span { border-color: rgb(186,108,216); }
td.TdClassName
{
border-color: #BA6CD8;
}
.TagClassName
{
border-color: #BA6CD8;
}
</style>