Shades of Medium Orchid #BA5DEB
Tints of Medium Orchid #BA5DEB
RGB
CMYK
RGB Variations
Color information
#BA5DEB (or 0xBA5DEB) is known color: Medium Orchid. HEX triplet: BA, 5D and EB. RGB value is (186,93,235). Sum of RGB (Red+Green+Blue) = 186+93+235=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA5DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DEB is #45A214. Grayscale: #888888. Windows color (decimal): -4563477 or 15424954. OLE color: 15424954.
HSL color Cylindrical-coordinate representation of color #BA5DEB: hue angle of 279.3º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5DEB is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 93 | 235 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.08 |
| HSL | 279.3º | 0.78% | 0.64% | - |
| HSV(B) | 279.3º | 0.6% | 0.92% | - |
| XYZ | 39.16 | 24.27 | 81.22 | - |
| YUV | 137 | 183.31 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 235 | 0.21 | 0.60 | 0 | 0.08 | 279.3 | 0.78 | 0.64 |
| Hex | BA | 5D | EB | 15 | 3C | 0 | 8 | 117 | 4E | 40 |
| Octal | 272 | 135 | 353 | 25 | 74 | 0 | 10 | 427 | 116 | 100 |
| Binary | 10111010 | 1011101 | 11101011 | 10101 | 111100 | 0 | 1000 | 100010111 | 1001110 | 1000000 |
Color Harmonies of #BA5DEB
Complementary color
Monochromatic Colors of #BA5DEB
Black with #BA5DEB
Text Example
Text Example
White with #BA5DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DEB; }
p { color: rgb(186,93,235); }
H1.HeaderClassName
{
color: #BA5DEB;
}
.AnyTagClassName
{
color: #BA5DEB;
}
</style>
background-color css
<style>
a { background-color: #BA5DEB; }
a { background-color: rgb(186,93,235); }
div.DivClassName
{
background-color: #BA5DEB;
}
.BgClassName
{
background-color: #BA5DEB;
}
</style>
border-color css
<style>
span { border-color: #BA5DEB; }
span { border-color: rgb(186,93,235); }
td.TdClassName
{
border-color: #BA5DEB;
}
.TagClassName
{
border-color: #BA5DEB;
}
</style>