Shades of Medium Orchid #BA5CEB
Tints of Medium Orchid #BA5CEB
RGB
CMYK
RGB Variations
Color information
#BA5CEB (or 0xBA5CEB) is known color: Medium Orchid. HEX triplet: BA, 5C and EB. RGB value is (186,92,235). Sum of RGB (Red+Green+Blue) = 186+92+235=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA5CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5CEB is #45A314. Grayscale: #878787. Windows color (decimal): -4563733 or 15424698. OLE color: 15424698.
HSL color Cylindrical-coordinate representation of color #BA5CEB: hue angle of 279.44º 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 #BA5CEB is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 92 | 235 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.08 |
| HSL | 279.44º | 0.78% | 0.64% | - |
| HSV(B) | 279.44º | 0.61% | 0.92% | - |
| XYZ | 39.07 | 24.09 | 81.19 | - |
| YUV | 136.41 | 183.64 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 235 | 0.21 | 0.61 | 0 | 0.08 | 279.44 | 0.78 | 0.64 |
| Hex | BA | 5C | EB | 15 | 3D | 0 | 8 | 117 | 4E | 40 |
| Octal | 272 | 134 | 353 | 25 | 75 | 0 | 10 | 427 | 116 | 100 |
| Binary | 10111010 | 1011100 | 11101011 | 10101 | 111101 | 0 | 1000 | 100010111 | 1001110 | 1000000 |
Color Harmonies of #BA5CEB
Complementary color
Monochromatic Colors of #BA5CEB
Black with #BA5CEB
Text Example
Text Example
White with #BA5CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CEB; }
p { color: rgb(186,92,235); }
H1.HeaderClassName
{
color: #BA5CEB;
}
.AnyTagClassName
{
color: #BA5CEB;
}
</style>
background-color css
<style>
a { background-color: #BA5CEB; }
a { background-color: rgb(186,92,235); }
div.DivClassName
{
background-color: #BA5CEB;
}
.BgClassName
{
background-color: #BA5CEB;
}
</style>
border-color css
<style>
span { border-color: #BA5CEB; }
span { border-color: rgb(186,92,235); }
td.TdClassName
{
border-color: #BA5CEB;
}
.TagClassName
{
border-color: #BA5CEB;
}
</style>