Shades of Medium Orchid #BA68CE
Tints of Medium Orchid #BA68CE
RGB
CMYK
RGB Variations
Color information
#BA68CE (or 0xBA68CE) is known color: Medium Orchid. HEX triplet: BA, 68 and CE. RGB value is (186,104,206). Sum of RGB (Red+Green+Blue) = 186+104+206=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA68CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68CE is #459731. Grayscale: #8B8B8B. Windows color (decimal): -4560690 or 13527226. OLE color: 13527226.
HSL color Cylindrical-coordinate representation of color #BA68CE: hue angle of 288.24º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA68CE is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 104 | 206 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.19 |
| HSL | 288.24º | 0.51% | 0.61% | - |
| HSV(B) | 288.24º | 0.5% | 0.81% | - |
| XYZ | 36.34 | 24.8 | 61.26 | - |
| YUV | 140.15 | 165.17 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 206 | 0.10 | 0.50 | 0 | 0.19 | 288.24 | 0.51 | 0.61 |
| Hex | BA | 68 | CE | A | 32 | 0 | 13 | 120 | 33 | 3D |
| Octal | 272 | 150 | 316 | 12 | 62 | 0 | 23 | 440 | 63 | 75 |
| Binary | 10111010 | 1101000 | 11001110 | 1010 | 110010 | 0 | 10011 | 100100000 | 110011 | 111101 |
Color Harmonies of #BA68CE
Complementary color
Monochromatic Colors of #BA68CE
Black with #BA68CE
Text Example
Text Example
White with #BA68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68CE; }
p { color: rgb(186,104,206); }
H1.HeaderClassName
{
color: #BA68CE;
}
.AnyTagClassName
{
color: #BA68CE;
}
</style>
background-color css
<style>
a { background-color: #BA68CE; }
a { background-color: rgb(186,104,206); }
div.DivClassName
{
background-color: #BA68CE;
}
.BgClassName
{
background-color: #BA68CE;
}
</style>
border-color css
<style>
span { border-color: #BA68CE; }
span { border-color: rgb(186,104,206); }
td.TdClassName
{
border-color: #BA68CE;
}
.TagClassName
{
border-color: #BA68CE;
}
</style>