Shades of Medium Orchid #BA5FED
Tints of Medium Orchid #BA5FED
RGB
CMYK
RGB Variations
Color information
#BA5FED (or 0xBA5FED) is known color: Medium Orchid. HEX triplet: BA, 5F and ED. RGB value is (186,95,237). Sum of RGB (Red+Green+Blue) = 186+95+237=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA5FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5FED is #45A012. Grayscale: #898989. Windows color (decimal): -4562963 or 15556538. OLE color: 15556538.
HSL color Cylindrical-coordinate representation of color #BA5FED: hue angle of 278.45º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5FED is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 95 | 237 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.07 |
| HSL | 278.45º | 0.8% | 0.65% | - |
| HSV(B) | 278.45º | 0.6% | 0.93% | - |
| XYZ | 39.63 | 24.74 | 82.81 | - |
| YUV | 138.4 | 183.65 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 237 | 0.22 | 0.60 | 0 | 0.07 | 278.45 | 0.8 | 0.65 |
| Hex | BA | 5F | ED | 16 | 3C | 0 | 7 | 116 | 50 | 41 |
| Octal | 272 | 137 | 355 | 26 | 74 | 0 | 7 | 426 | 120 | 101 |
| Binary | 10111010 | 1011111 | 11101101 | 10110 | 111100 | 0 | 111 | 100010110 | 1010000 | 1000001 |
Color Harmonies of #BA5FED
Complementary color
Monochromatic Colors of #BA5FED
Black with #BA5FED
Text Example
Text Example
White with #BA5FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FED; }
p { color: rgb(186,95,237); }
H1.HeaderClassName
{
color: #BA5FED;
}
.AnyTagClassName
{
color: #BA5FED;
}
</style>
background-color css
<style>
a { background-color: #BA5FED; }
a { background-color: rgb(186,95,237); }
div.DivClassName
{
background-color: #BA5FED;
}
.BgClassName
{
background-color: #BA5FED;
}
</style>
border-color css
<style>
span { border-color: #BA5FED; }
span { border-color: rgb(186,95,237); }
td.TdClassName
{
border-color: #BA5FED;
}
.TagClassName
{
border-color: #BA5FED;
}
</style>