Shades of Medium Orchid #BA68C6
Tints of Medium Orchid #BA68C6
RGB
CMYK
RGB Variations
Color information
#BA68C6 (or 0xBA68C6) is known color: Medium Orchid. HEX triplet: BA, 68 and C6. RGB value is (186,104,198). Sum of RGB (Red+Green+Blue) = 186+104+198=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA68C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68C6 is #459739. Grayscale: #8A8A8A. Windows color (decimal): -4560698 or 13002938. OLE color: 13002938.
HSL color Cylindrical-coordinate representation of color #BA68C6: hue angle of 292.34º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA68C6 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 104 | 198 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.22 |
| HSL | 292.34º | 0.45% | 0.59% | - |
| HSV(B) | 292.34º | 0.47% | 0.78% | - |
| XYZ | 35.39 | 24.42 | 56.27 | - |
| YUV | 139.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 198 | 0.06 | 0.47 | 0 | 0.22 | 292.34 | 0.45 | 0.59 |
| Hex | BA | 68 | C6 | 6 | 2F | 0 | 16 | 124 | 2D | 3B |
| Octal | 272 | 150 | 306 | 6 | 57 | 0 | 26 | 444 | 55 | 73 |
| Binary | 10111010 | 1101000 | 11000110 | 110 | 101111 | 0 | 10110 | 100100100 | 101101 | 111011 |
Color Harmonies of #BA68C6
Complementary color
Monochromatic Colors of #BA68C6
Black with #BA68C6
Text Example
Text Example
White with #BA68C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68C6; }
p { color: rgb(186,104,198); }
H1.HeaderClassName
{
color: #BA68C6;
}
.AnyTagClassName
{
color: #BA68C6;
}
</style>
background-color css
<style>
a { background-color: #BA68C6; }
a { background-color: rgb(186,104,198); }
div.DivClassName
{
background-color: #BA68C6;
}
.BgClassName
{
background-color: #BA68C6;
}
</style>
border-color css
<style>
span { border-color: #BA68C6; }
span { border-color: rgb(186,104,198); }
td.TdClassName
{
border-color: #BA68C6;
}
.TagClassName
{
border-color: #BA68C6;
}
</style>