Shades of Medium Orchid #BA55E4
Tints of Medium Orchid #BA55E4
RGB
CMYK
RGB Variations
Color information
#BA55E4 (or 0xBA55E4) is known color: Medium Orchid. HEX triplet: BA, 55 and E4. RGB value is (186,85,228). Sum of RGB (Red+Green+Blue) = 186+85+228=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA55E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55E4 is #45AA1B. Grayscale: #838383. Windows color (decimal): -4565532 or 14964154. OLE color: 14964154.
HSL color Cylindrical-coordinate representation of color #BA55E4: hue angle of 282.38º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA55E4 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 85 | 228 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.11 |
| HSL | 282.38º | 0.73% | 0.61% | - |
| HSV(B) | 282.38º | 0.63% | 0.89% | - |
| XYZ | 37.5 | 22.54 | 75.77 | - |
| YUV | 131.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 228 | 0.18 | 0.63 | 0 | 0.11 | 282.38 | 0.73 | 0.61 |
| Hex | BA | 55 | E4 | 12 | 3F | 0 | B | 11A | 49 | 3D |
| Octal | 272 | 125 | 344 | 22 | 77 | 0 | 13 | 432 | 111 | 75 |
| Binary | 10111010 | 1010101 | 11100100 | 10010 | 111111 | 0 | 1011 | 100011010 | 1001001 | 111101 |
Color Harmonies of #BA55E4
Complementary color
Monochromatic Colors of #BA55E4
Black with #BA55E4
Text Example
Text Example
White with #BA55E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55E4; }
p { color: rgb(186,85,228); }
H1.HeaderClassName
{
color: #BA55E4;
}
.AnyTagClassName
{
color: #BA55E4;
}
</style>
background-color css
<style>
a { background-color: #BA55E4; }
a { background-color: rgb(186,85,228); }
div.DivClassName
{
background-color: #BA55E4;
}
.BgClassName
{
background-color: #BA55E4;
}
</style>
border-color css
<style>
span { border-color: #BA55E4; }
span { border-color: rgb(186,85,228); }
td.TdClassName
{
border-color: #BA55E4;
}
.TagClassName
{
border-color: #BA55E4;
}
</style>