Shades of Medium Orchid #BA5FD9
Tints of Medium Orchid #BA5FD9
RGB
CMYK
RGB Variations
Color information
#BA5FD9 (or 0xBA5FD9) is known color: Medium Orchid. HEX triplet: BA, 5F and D9. RGB value is (186,95,217). Sum of RGB (Red+Green+Blue) = 186+95+217=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA5FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FD9 is #45A026. Grayscale: #878787. Windows color (decimal): -4562983 or 14245818. OLE color: 14245818.
HSL color Cylindrical-coordinate representation of color #BA5FD9: hue angle of 284.75º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5FD9 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 95 | 217 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.15 |
| HSL | 284.75º | 0.62% | 0.61% | - |
| HSV(B) | 284.75º | 0.56% | 0.85% | - |
| XYZ | 36.87 | 23.63 | 68.26 | - |
| YUV | 136.12 | 173.65 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 217 | 0.14 | 0.56 | 0 | 0.15 | 284.75 | 0.62 | 0.61 |
| Hex | BA | 5F | D9 | E | 38 | 0 | F | 11D | 3E | 3D |
| Octal | 272 | 137 | 331 | 16 | 70 | 0 | 17 | 435 | 76 | 75 |
| Binary | 10111010 | 1011111 | 11011001 | 1110 | 111000 | 0 | 1111 | 100011101 | 111110 | 111101 |
Color Harmonies of #BA5FD9
Complementary color
Monochromatic Colors of #BA5FD9
Black with #BA5FD9
Text Example
Text Example
White with #BA5FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FD9; }
p { color: rgb(186,95,217); }
H1.HeaderClassName
{
color: #BA5FD9;
}
.AnyTagClassName
{
color: #BA5FD9;
}
</style>
background-color css
<style>
a { background-color: #BA5FD9; }
a { background-color: rgb(186,95,217); }
div.DivClassName
{
background-color: #BA5FD9;
}
.BgClassName
{
background-color: #BA5FD9;
}
</style>
border-color css
<style>
span { border-color: #BA5FD9; }
span { border-color: rgb(186,95,217); }
td.TdClassName
{
border-color: #BA5FD9;
}
.TagClassName
{
border-color: #BA5FD9;
}
</style>