Shades of Medium Orchid #BA68D9
Tints of Medium Orchid #BA68D9
RGB
CMYK
RGB Variations
Color information
#BA68D9 (or 0xBA68D9) is known color: Medium Orchid. HEX triplet: BA, 68 and D9. RGB value is (186,104,217). Sum of RGB (Red+Green+Blue) = 186+104+217=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA68D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68D9 is #459726. Grayscale: #8D8D8D. Windows color (decimal): -4560679 or 14248122. OLE color: 14248122.
HSL color Cylindrical-coordinate representation of color #BA68D9: hue angle of 283.54º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA68D9 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 104 | 217 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.15 |
| HSL | 283.54º | 0.6% | 0.63% | - |
| HSV(B) | 283.54º | 0.52% | 0.85% | - |
| XYZ | 37.72 | 25.35 | 68.55 | - |
| YUV | 141.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 217 | 0.14 | 0.52 | 0 | 0.15 | 283.54 | 0.6 | 0.63 |
| Hex | BA | 68 | D9 | E | 34 | 0 | F | 11C | 3C | 3F |
| Octal | 272 | 150 | 331 | 16 | 64 | 0 | 17 | 434 | 74 | 77 |
| Binary | 10111010 | 1101000 | 11011001 | 1110 | 110100 | 0 | 1111 | 100011100 | 111100 | 111111 |
Color Harmonies of #BA68D9
Complementary color
Monochromatic Colors of #BA68D9
Black with #BA68D9
Text Example
Text Example
White with #BA68D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68D9; }
p { color: rgb(186,104,217); }
H1.HeaderClassName
{
color: #BA68D9;
}
.AnyTagClassName
{
color: #BA68D9;
}
</style>
background-color css
<style>
a { background-color: #BA68D9; }
a { background-color: rgb(186,104,217); }
div.DivClassName
{
background-color: #BA68D9;
}
.BgClassName
{
background-color: #BA68D9;
}
</style>
border-color css
<style>
span { border-color: #BA68D9; }
span { border-color: rgb(186,104,217); }
td.TdClassName
{
border-color: #BA68D9;
}
.TagClassName
{
border-color: #BA68D9;
}
</style>