Shades of Medium Orchid #BA55ED
Tints of Medium Orchid #BA55ED
RGB
CMYK
RGB Variations
Color information
#BA55ED (or 0xBA55ED) is known color: Medium Orchid. HEX triplet: BA, 55 and ED. RGB value is (186,85,237). Sum of RGB (Red+Green+Blue) = 186+85+237=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA55ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA55ED is #45AA12. Grayscale: #848484. Windows color (decimal): -4565523 or 15553978. OLE color: 15553978.
HSL color Cylindrical-coordinate representation of color #BA55ED: hue angle of 279.87º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA55ED is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 85 | 237 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.07 |
| HSL | 279.87º | 0.81% | 0.63% | - |
| HSV(B) | 279.87º | 0.64% | 0.93% | - |
| XYZ | 38.78 | 23.05 | 82.53 | - |
| YUV | 132.53 | 186.96 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 237 | 0.22 | 0.64 | 0 | 0.07 | 279.87 | 0.81 | 0.63 |
| Hex | BA | 55 | ED | 16 | 40 | 0 | 7 | 118 | 51 | 3F |
| Octal | 272 | 125 | 355 | 26 | 100 | 0 | 7 | 430 | 121 | 77 |
| Binary | 10111010 | 1010101 | 11101101 | 10110 | 1000000 | 0 | 111 | 100011000 | 1010001 | 111111 |
Color Harmonies of #BA55ED
Complementary color
Monochromatic Colors of #BA55ED
Black with #BA55ED
Text Example
Text Example
White with #BA55ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55ED; }
p { color: rgb(186,85,237); }
H1.HeaderClassName
{
color: #BA55ED;
}
.AnyTagClassName
{
color: #BA55ED;
}
</style>
background-color css
<style>
a { background-color: #BA55ED; }
a { background-color: rgb(186,85,237); }
div.DivClassName
{
background-color: #BA55ED;
}
.BgClassName
{
background-color: #BA55ED;
}
</style>
border-color css
<style>
span { border-color: #BA55ED; }
span { border-color: rgb(186,85,237); }
td.TdClassName
{
border-color: #BA55ED;
}
.TagClassName
{
border-color: #BA55ED;
}
</style>