Shades of Medium Orchid #BA5BD6
Tints of Medium Orchid #BA5BD6
RGB
CMYK
RGB Variations
Color information
#BA5BD6 (or 0xBA5BD6) is known color: Medium Orchid. HEX triplet: BA, 5B and D6. RGB value is (186,91,214). Sum of RGB (Red+Green+Blue) = 186+91+214=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA5BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BD6 is #45A429. Grayscale: #858585. Windows color (decimal): -4564010 or 14048186. OLE color: 14048186.
HSL color Cylindrical-coordinate representation of color #BA5BD6: hue angle of 286.34º 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 #BA5BD6 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 91 | 214 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.16 |
| HSL | 286.34º | 0.6% | 0.6% | - |
| HSV(B) | 286.34º | 0.57% | 0.84% | - |
| XYZ | 36.13 | 22.78 | 66.11 | - |
| YUV | 133.43 | 173.47 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 214 | 0.13 | 0.57 | 0 | 0.16 | 286.34 | 0.6 | 0.6 |
| Hex | BA | 5B | D6 | D | 39 | 0 | 10 | 11E | 3C | 3C |
| Octal | 272 | 133 | 326 | 15 | 71 | 0 | 20 | 436 | 74 | 74 |
| Binary | 10111010 | 1011011 | 11010110 | 1101 | 111001 | 0 | 10000 | 100011110 | 111100 | 111100 |
Color Harmonies of #BA5BD6
Complementary color
Monochromatic Colors of #BA5BD6
Black with #BA5BD6
Text Example
Text Example
White with #BA5BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BD6; }
p { color: rgb(186,91,214); }
H1.HeaderClassName
{
color: #BA5BD6;
}
.AnyTagClassName
{
color: #BA5BD6;
}
</style>
background-color css
<style>
a { background-color: #BA5BD6; }
a { background-color: rgb(186,91,214); }
div.DivClassName
{
background-color: #BA5BD6;
}
.BgClassName
{
background-color: #BA5BD6;
}
</style>
border-color css
<style>
span { border-color: #BA5BD6; }
span { border-color: rgb(186,91,214); }
td.TdClassName
{
border-color: #BA5BD6;
}
.TagClassName
{
border-color: #BA5BD6;
}
</style>