Shades of Medium Orchid #BA54EB
Tints of Medium Orchid #BA54EB
RGB
CMYK
RGB Variations
Color information
#BA54EB (or 0xBA54EB) is known color: Medium Orchid. HEX triplet: BA, 54 and EB. RGB value is (186,84,235). Sum of RGB (Red+Green+Blue) = 186+84+235=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA54EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA54EB is #45AB14. Grayscale: #838383. Windows color (decimal): -4565781 or 15422650. OLE color: 15422650.
HSL color Cylindrical-coordinate representation of color #BA54EB: hue angle of 280.53º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA54EB is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 84 | 235 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.08 |
| HSL | 280.53º | 0.79% | 0.63% | - |
| HSV(B) | 280.53º | 0.64% | 0.92% | - |
| XYZ | 38.42 | 22.78 | 80.97 | - |
| YUV | 131.71 | 186.29 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 235 | 0.21 | 0.64 | 0 | 0.08 | 280.53 | 0.79 | 0.63 |
| Hex | BA | 54 | EB | 15 | 40 | 0 | 8 | 119 | 4F | 3F |
| Octal | 272 | 124 | 353 | 25 | 100 | 0 | 10 | 431 | 117 | 77 |
| Binary | 10111010 | 1010100 | 11101011 | 10101 | 1000000 | 0 | 1000 | 100011001 | 1001111 | 111111 |
Color Harmonies of #BA54EB
Complementary color
Monochromatic Colors of #BA54EB
Black with #BA54EB
Text Example
Text Example
White with #BA54EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA54EB; }
p { color: rgb(186,84,235); }
H1.HeaderClassName
{
color: #BA54EB;
}
.AnyTagClassName
{
color: #BA54EB;
}
</style>
background-color css
<style>
a { background-color: #BA54EB; }
a { background-color: rgb(186,84,235); }
div.DivClassName
{
background-color: #BA54EB;
}
.BgClassName
{
background-color: #BA54EB;
}
</style>
border-color css
<style>
span { border-color: #BA54EB; }
span { border-color: rgb(186,84,235); }
td.TdClassName
{
border-color: #BA54EB;
}
.TagClassName
{
border-color: #BA54EB;
}
</style>