Shades of Medium Orchid #BA55E0
Tints of Medium Orchid #BA55E0
RGB
CMYK
RGB Variations
Color information
#BA55E0 (or 0xBA55E0) is known color: Medium Orchid. HEX triplet: BA, 55 and E0. RGB value is (186,85,224). Sum of RGB (Red+Green+Blue) = 186+85+224=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA55E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55E0 is #45AA1F. Grayscale: #828282. Windows color (decimal): -4565536 or 14702010. OLE color: 14702010.
HSL color Cylindrical-coordinate representation of color #BA55E0: hue angle of 283.6º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA55E0 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 85 | 224 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.12 |
| HSL | 283.6º | 0.69% | 0.61% | - |
| HSV(B) | 283.6º | 0.62% | 0.88% | - |
| XYZ | 36.95 | 22.32 | 72.88 | - |
| YUV | 131.05 | 180.46 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 224 | 0.17 | 0.62 | 0 | 0.12 | 283.6 | 0.69 | 0.61 |
| Hex | BA | 55 | E0 | 11 | 3E | 0 | C | 11C | 45 | 3D |
| Octal | 272 | 125 | 340 | 21 | 76 | 0 | 14 | 434 | 105 | 75 |
| Binary | 10111010 | 1010101 | 11100000 | 10001 | 111110 | 0 | 1100 | 100011100 | 1000101 | 111101 |
Color Harmonies of #BA55E0
Complementary color
Monochromatic Colors of #BA55E0
Black with #BA55E0
Text Example
Text Example
White with #BA55E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55E0; }
p { color: rgb(186,85,224); }
H1.HeaderClassName
{
color: #BA55E0;
}
.AnyTagClassName
{
color: #BA55E0;
}
</style>
background-color css
<style>
a { background-color: #BA55E0; }
a { background-color: rgb(186,85,224); }
div.DivClassName
{
background-color: #BA55E0;
}
.BgClassName
{
background-color: #BA55E0;
}
</style>
border-color css
<style>
span { border-color: #BA55E0; }
span { border-color: rgb(186,85,224); }
td.TdClassName
{
border-color: #BA55E0;
}
.TagClassName
{
border-color: #BA55E0;
}
</style>