Shades of Medium Orchid #BA68D7
Tints of Medium Orchid #BA68D7
RGB
CMYK
RGB Variations
Color information
#BA68D7 (or 0xBA68D7) is known color: Medium Orchid. HEX triplet: BA, 68 and D7. RGB value is (186,104,215). Sum of RGB (Red+Green+Blue) = 186+104+215=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA68D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68D7 is #459728. Grayscale: #8C8C8C. Windows color (decimal): -4560681 or 14117050. OLE color: 14117050.
HSL color Cylindrical-coordinate representation of color #BA68D7: hue angle of 284.32º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA68D7 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 104 | 215 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.16 |
| HSL | 284.32º | 0.58% | 0.63% | - |
| HSV(B) | 284.32º | 0.52% | 0.84% | - |
| XYZ | 37.47 | 25.25 | 67.19 | - |
| YUV | 141.17 | 169.67 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 215 | 0.13 | 0.52 | 0 | 0.16 | 284.32 | 0.58 | 0.63 |
| Hex | BA | 68 | D7 | D | 34 | 0 | 10 | 11C | 3A | 3F |
| Octal | 272 | 150 | 327 | 15 | 64 | 0 | 20 | 434 | 72 | 77 |
| Binary | 10111010 | 1101000 | 11010111 | 1101 | 110100 | 0 | 10000 | 100011100 | 111010 | 111111 |
Color Harmonies of #BA68D7
Complementary color
Monochromatic Colors of #BA68D7
Black with #BA68D7
Text Example
Text Example
White with #BA68D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68D7; }
p { color: rgb(186,104,215); }
H1.HeaderClassName
{
color: #BA68D7;
}
.AnyTagClassName
{
color: #BA68D7;
}
</style>
background-color css
<style>
a { background-color: #BA68D7; }
a { background-color: rgb(186,104,215); }
div.DivClassName
{
background-color: #BA68D7;
}
.BgClassName
{
background-color: #BA68D7;
}
</style>
border-color css
<style>
span { border-color: #BA68D7; }
span { border-color: rgb(186,104,215); }
td.TdClassName
{
border-color: #BA68D7;
}
.TagClassName
{
border-color: #BA68D7;
}
</style>