Shades of Medium Orchid #BA5CE9
Tints of Medium Orchid #BA5CE9
RGB
CMYK
RGB Variations
Color information
#BA5CE9 (or 0xBA5CE9) is known color: Medium Orchid. HEX triplet: BA, 5C and E9. RGB value is (186,92,233). Sum of RGB (Red+Green+Blue) = 186+92+233=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 233 (91.41% from 255 or 45.60% from 511); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA5CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5CE9 is #45A316. Grayscale: #878787. Windows color (decimal): -4563735 or 15293626. OLE color: 15293626.
HSL color Cylindrical-coordinate representation of color #BA5CE9: hue angle of 280º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5CE9 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 92 | 233 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.09 |
| HSL | 280º | 0.76% | 0.64% | - |
| HSV(B) | 280º | 0.61% | 0.91% | - |
| XYZ | 38.78 | 23.98 | 79.67 | - |
| YUV | 136.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 233 | 0.20 | 0.61 | 0 | 0.09 | 280 | 0.76 | 0.64 |
| Hex | BA | 5C | E9 | 14 | 3D | 0 | 9 | 118 | 4C | 40 |
| Octal | 272 | 134 | 351 | 24 | 75 | 0 | 11 | 430 | 114 | 100 |
| Binary | 10111010 | 1011100 | 11101001 | 10100 | 111101 | 0 | 1001 | 100011000 | 1001100 | 1000000 |
Color Harmonies of #BA5CE9
Complementary color
Monochromatic Colors of #BA5CE9
Black with #BA5CE9
Text Example
Text Example
White with #BA5CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CE9; }
p { color: rgb(186,92,233); }
H1.HeaderClassName
{
color: #BA5CE9;
}
.AnyTagClassName
{
color: #BA5CE9;
}
</style>
background-color css
<style>
a { background-color: #BA5CE9; }
a { background-color: rgb(186,92,233); }
div.DivClassName
{
background-color: #BA5CE9;
}
.BgClassName
{
background-color: #BA5CE9;
}
</style>
border-color css
<style>
span { border-color: #BA5CE9; }
span { border-color: rgb(186,92,233); }
td.TdClassName
{
border-color: #BA5CE9;
}
.TagClassName
{
border-color: #BA5CE9;
}
</style>