Shades of Medium Orchid #BA5DD9
Tints of Medium Orchid #BA5DD9
RGB
CMYK
RGB Variations
Color information
#BA5DD9 (or 0xBA5DD9) is known color: Medium Orchid. HEX triplet: BA, 5D and D9. RGB value is (186,93,217). Sum of RGB (Red+Green+Blue) = 186+93+217=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA5DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DD9 is #45A226. Grayscale: #868686. Windows color (decimal): -4563495 or 14245306. OLE color: 14245306.
HSL color Cylindrical-coordinate representation of color #BA5DD9: hue angle of 285º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5DD9 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 93 | 217 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.15 |
| HSL | 285º | 0.62% | 0.61% | - |
| HSV(B) | 285º | 0.57% | 0.85% | - |
| XYZ | 36.69 | 23.28 | 68.2 | - |
| YUV | 134.94 | 174.31 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 217 | 0.14 | 0.57 | 0 | 0.15 | 285 | 0.62 | 0.61 |
| Hex | BA | 5D | D9 | E | 39 | 0 | F | 11D | 3E | 3D |
| Octal | 272 | 135 | 331 | 16 | 71 | 0 | 17 | 435 | 76 | 75 |
| Binary | 10111010 | 1011101 | 11011001 | 1110 | 111001 | 0 | 1111 | 100011101 | 111110 | 111101 |
Color Harmonies of #BA5DD9
Complementary color
Monochromatic Colors of #BA5DD9
Black with #BA5DD9
Text Example
Text Example
White with #BA5DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DD9; }
p { color: rgb(186,93,217); }
H1.HeaderClassName
{
color: #BA5DD9;
}
.AnyTagClassName
{
color: #BA5DD9;
}
</style>
background-color css
<style>
a { background-color: #BA5DD9; }
a { background-color: rgb(186,93,217); }
div.DivClassName
{
background-color: #BA5DD9;
}
.BgClassName
{
background-color: #BA5DD9;
}
</style>
border-color css
<style>
span { border-color: #BA5DD9; }
span { border-color: rgb(186,93,217); }
td.TdClassName
{
border-color: #BA5DD9;
}
.TagClassName
{
border-color: #BA5DD9;
}
</style>