Shades of Medium Orchid #BA68D4
Tints of Medium Orchid #BA68D4
RGB
CMYK
RGB Variations
Color information
#BA68D4 (or 0xBA68D4) is known color: Medium Orchid. HEX triplet: BA, 68 and D4. RGB value is (186,104,212). Sum of RGB (Red+Green+Blue) = 186+104+212=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA68D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68D4 is #45972B. Grayscale: #8C8C8C. Windows color (decimal): -4560684 or 13920442. OLE color: 13920442.
HSL color Cylindrical-coordinate representation of color #BA68D4: hue angle of 285.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA68D4 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 104 | 212 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.17 |
| HSL | 285.56º | 0.56% | 0.62% | - |
| HSV(B) | 285.56º | 0.51% | 0.83% | - |
| XYZ | 37.08 | 25.09 | 65.18 | - |
| YUV | 140.83 | 168.17 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 212 | 0.12 | 0.51 | 0 | 0.17 | 285.56 | 0.56 | 0.62 |
| Hex | BA | 68 | D4 | C | 33 | 0 | 11 | 11E | 38 | 3E |
| Octal | 272 | 150 | 324 | 14 | 63 | 0 | 21 | 436 | 70 | 76 |
| Binary | 10111010 | 1101000 | 11010100 | 1100 | 110011 | 0 | 10001 | 100011110 | 111000 | 111110 |
Color Harmonies of #BA68D4
Complementary color
Monochromatic Colors of #BA68D4
Black with #BA68D4
Text Example
Text Example
White with #BA68D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68D4; }
p { color: rgb(186,104,212); }
H1.HeaderClassName
{
color: #BA68D4;
}
.AnyTagClassName
{
color: #BA68D4;
}
</style>
background-color css
<style>
a { background-color: #BA68D4; }
a { background-color: rgb(186,104,212); }
div.DivClassName
{
background-color: #BA68D4;
}
.BgClassName
{
background-color: #BA68D4;
}
</style>
border-color css
<style>
span { border-color: #BA68D4; }
span { border-color: rgb(186,104,212); }
td.TdClassName
{
border-color: #BA68D4;
}
.TagClassName
{
border-color: #BA68D4;
}
</style>