Shades of Medium Orchid #BA5ED7
Tints of Medium Orchid #BA5ED7
RGB
CMYK
RGB Variations
Color information
#BA5ED7 (or 0xBA5ED7) is known color: Medium Orchid. HEX triplet: BA, 5E and D7. RGB value is (186,94,215). Sum of RGB (Red+Green+Blue) = 186+94+215=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA5ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ED7 is #45A128. Grayscale: #868686. Windows color (decimal): -4563241 or 14114490. OLE color: 14114490.
HSL color Cylindrical-coordinate representation of color #BA5ED7: hue angle of 285.62º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5ED7 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 94 | 215 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.16 |
| HSL | 285.62º | 0.6% | 0.61% | - |
| HSV(B) | 285.62º | 0.56% | 0.84% | - |
| XYZ | 36.52 | 23.35 | 66.87 | - |
| YUV | 135.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 215 | 0.13 | 0.56 | 0 | 0.16 | 285.62 | 0.6 | 0.61 |
| Hex | BA | 5E | D7 | D | 38 | 0 | 10 | 11E | 3C | 3D |
| Octal | 272 | 136 | 327 | 15 | 70 | 0 | 20 | 436 | 74 | 75 |
| Binary | 10111010 | 1011110 | 11010111 | 1101 | 111000 | 0 | 10000 | 100011110 | 111100 | 111101 |
Color Harmonies of #BA5ED7
Complementary color
Monochromatic Colors of #BA5ED7
Black with #BA5ED7
Text Example
Text Example
White with #BA5ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5ED7; }
p { color: rgb(186,94,215); }
H1.HeaderClassName
{
color: #BA5ED7;
}
.AnyTagClassName
{
color: #BA5ED7;
}
</style>
background-color css
<style>
a { background-color: #BA5ED7; }
a { background-color: rgb(186,94,215); }
div.DivClassName
{
background-color: #BA5ED7;
}
.BgClassName
{
background-color: #BA5ED7;
}
</style>
border-color css
<style>
span { border-color: #BA5ED7; }
span { border-color: rgb(186,94,215); }
td.TdClassName
{
border-color: #BA5ED7;
}
.TagClassName
{
border-color: #BA5ED7;
}
</style>