Shades of Medium Orchid #BA68C9
Tints of Medium Orchid #BA68C9
RGB
CMYK
RGB Variations
Color information
#BA68C9 (or 0xBA68C9) is known color: Medium Orchid. HEX triplet: BA, 68 and C9. RGB value is (186,104,201). Sum of RGB (Red+Green+Blue) = 186+104+201=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA68C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68C9 is #459736. Grayscale: #8B8B8B. Windows color (decimal): -4560695 or 13199546. OLE color: 13199546.
HSL color Cylindrical-coordinate representation of color #BA68C9: hue angle of 290.72º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA68C9 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 104 | 201 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.21 |
| HSL | 290.72º | 0.47% | 0.6% | - |
| HSV(B) | 290.72º | 0.48% | 0.79% | - |
| XYZ | 35.74 | 24.56 | 58.11 | - |
| YUV | 139.58 | 162.67 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 201 | 0.07 | 0.48 | 0 | 0.21 | 290.72 | 0.47 | 0.6 |
| Hex | BA | 68 | C9 | 7 | 30 | 0 | 15 | 123 | 2F | 3C |
| Octal | 272 | 150 | 311 | 7 | 60 | 0 | 25 | 443 | 57 | 74 |
| Binary | 10111010 | 1101000 | 11001001 | 111 | 110000 | 0 | 10101 | 100100011 | 101111 | 111100 |
Color Harmonies of #BA68C9
Complementary color
Monochromatic Colors of #BA68C9
Black with #BA68C9
Text Example
Text Example
White with #BA68C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68C9; }
p { color: rgb(186,104,201); }
H1.HeaderClassName
{
color: #BA68C9;
}
.AnyTagClassName
{
color: #BA68C9;
}
</style>
background-color css
<style>
a { background-color: #BA68C9; }
a { background-color: rgb(186,104,201); }
div.DivClassName
{
background-color: #BA68C9;
}
.BgClassName
{
background-color: #BA68C9;
}
</style>
border-color css
<style>
span { border-color: #BA68C9; }
span { border-color: rgb(186,104,201); }
td.TdClassName
{
border-color: #BA68C9;
}
.TagClassName
{
border-color: #BA68C9;
}
</style>