Shades of Medium Orchid #BA5BED
Tints of Medium Orchid #BA5BED
RGB
CMYK
RGB Variations
Color information
#BA5BED (or 0xBA5BED) is known color: Medium Orchid. HEX triplet: BA, 5B and ED. RGB value is (186,91,237). Sum of RGB (Red+Green+Blue) = 186+91+237=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA5BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5BED is #45A412. Grayscale: #878787. Windows color (decimal): -4563987 or 15555514. OLE color: 15555514.
HSL color Cylindrical-coordinate representation of color #BA5BED: hue angle of 279.04º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5BED is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 91 | 237 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.07 |
| HSL | 279.04º | 0.8% | 0.64% | - |
| HSV(B) | 279.04º | 0.62% | 0.93% | - |
| XYZ | 39.28 | 24.04 | 82.69 | - |
| YUV | 136.05 | 184.97 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 237 | 0.22 | 0.62 | 0 | 0.07 | 279.04 | 0.8 | 0.64 |
| Hex | BA | 5B | ED | 16 | 3E | 0 | 7 | 117 | 50 | 40 |
| Octal | 272 | 133 | 355 | 26 | 76 | 0 | 7 | 427 | 120 | 100 |
| Binary | 10111010 | 1011011 | 11101101 | 10110 | 111110 | 0 | 111 | 100010111 | 1010000 | 1000000 |
Color Harmonies of #BA5BED
Complementary color
Monochromatic Colors of #BA5BED
Black with #BA5BED
Text Example
Text Example
White with #BA5BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BED; }
p { color: rgb(186,91,237); }
H1.HeaderClassName
{
color: #BA5BED;
}
.AnyTagClassName
{
color: #BA5BED;
}
</style>
background-color css
<style>
a { background-color: #BA5BED; }
a { background-color: rgb(186,91,237); }
div.DivClassName
{
background-color: #BA5BED;
}
.BgClassName
{
background-color: #BA5BED;
}
</style>
border-color css
<style>
span { border-color: #BA5BED; }
span { border-color: rgb(186,91,237); }
td.TdClassName
{
border-color: #BA5BED;
}
.TagClassName
{
border-color: #BA5BED;
}
</style>