Shades of Medium Orchid #BA5BEB
Tints of Medium Orchid #BA5BEB
RGB
CMYK
RGB Variations
Color information
#BA5BEB (or 0xBA5BEB) is known color: Medium Orchid. HEX triplet: BA, 5B and EB. RGB value is (186,91,235). Sum of RGB (Red+Green+Blue) = 186+91+235=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA5BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5BEB is #45A414. Grayscale: #878787. Windows color (decimal): -4563989 or 15424442. OLE color: 15424442.
HSL color Cylindrical-coordinate representation of color #BA5BEB: hue angle of 279.58º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5BEB is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 91 | 235 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.08 |
| HSL | 279.58º | 0.78% | 0.64% | - |
| HSV(B) | 279.58º | 0.61% | 0.92% | - |
| XYZ | 38.99 | 23.92 | 81.16 | - |
| YUV | 135.82 | 183.97 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 235 | 0.21 | 0.61 | 0 | 0.08 | 279.58 | 0.78 | 0.64 |
| Hex | BA | 5B | EB | 15 | 3D | 0 | 8 | 118 | 4E | 40 |
| Octal | 272 | 133 | 353 | 25 | 75 | 0 | 10 | 430 | 116 | 100 |
| Binary | 10111010 | 1011011 | 11101011 | 10101 | 111101 | 0 | 1000 | 100011000 | 1001110 | 1000000 |
Color Harmonies of #BA5BEB
Complementary color
Monochromatic Colors of #BA5BEB
Black with #BA5BEB
Text Example
Text Example
White with #BA5BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BEB; }
p { color: rgb(186,91,235); }
H1.HeaderClassName
{
color: #BA5BEB;
}
.AnyTagClassName
{
color: #BA5BEB;
}
</style>
background-color css
<style>
a { background-color: #BA5BEB; }
a { background-color: rgb(186,91,235); }
div.DivClassName
{
background-color: #BA5BEB;
}
.BgClassName
{
background-color: #BA5BEB;
}
</style>
border-color css
<style>
span { border-color: #BA5BEB; }
span { border-color: rgb(186,91,235); }
td.TdClassName
{
border-color: #BA5BEB;
}
.TagClassName
{
border-color: #BA5BEB;
}
</style>