Shades of Medium Orchid #BA5CD6
Tints of Medium Orchid #BA5CD6
RGB
CMYK
RGB Variations
Color information
#BA5CD6 (or 0xBA5CD6) is known color: Medium Orchid. HEX triplet: BA, 5C and D6. RGB value is (186,92,214). Sum of RGB (Red+Green+Blue) = 186+92+214=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA5CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CD6 is #45A329. Grayscale: #858585. Windows color (decimal): -4563754 or 14048442. OLE color: 14048442.
HSL color Cylindrical-coordinate representation of color #BA5CD6: hue angle of 286.23º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5CD6 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 92 | 214 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.16 |
| HSL | 286.23º | 0.6% | 0.6% | - |
| HSV(B) | 286.23º | 0.57% | 0.84% | - |
| XYZ | 36.21 | 22.95 | 66.14 | - |
| YUV | 134.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 214 | 0.13 | 0.57 | 0 | 0.16 | 286.23 | 0.6 | 0.6 |
| Hex | BA | 5C | D6 | D | 39 | 0 | 10 | 11E | 3C | 3C |
| Octal | 272 | 134 | 326 | 15 | 71 | 0 | 20 | 436 | 74 | 74 |
| Binary | 10111010 | 1011100 | 11010110 | 1101 | 111001 | 0 | 10000 | 100011110 | 111100 | 111100 |
Color Harmonies of #BA5CD6
Complementary color
Monochromatic Colors of #BA5CD6
Black with #BA5CD6
Text Example
Text Example
White with #BA5CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CD6; }
p { color: rgb(186,92,214); }
H1.HeaderClassName
{
color: #BA5CD6;
}
.AnyTagClassName
{
color: #BA5CD6;
}
</style>
background-color css
<style>
a { background-color: #BA5CD6; }
a { background-color: rgb(186,92,214); }
div.DivClassName
{
background-color: #BA5CD6;
}
.BgClassName
{
background-color: #BA5CD6;
}
</style>
border-color css
<style>
span { border-color: #BA5CD6; }
span { border-color: rgb(186,92,214); }
td.TdClassName
{
border-color: #BA5CD6;
}
.TagClassName
{
border-color: #BA5CD6;
}
</style>