Shades of Medium Orchid #BA47EB
Tints of Medium Orchid #BA47EB
RGB
CMYK
RGB Variations
Color information
#BA47EB (or 0xBA47EB) is known color: Medium Orchid. HEX triplet: BA, 47 and EB. RGB value is (186,71,235). Sum of RGB (Red+Green+Blue) = 186+71+235=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 71 (28.12% from 255 or 14.43% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA47EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA47EB is #45B814. Grayscale: #7B7B7B. Windows color (decimal): -4569109 or 15419322. OLE color: 15419322.
HSL color Cylindrical-coordinate representation of color #BA47EB: hue angle of 282.07º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA47EB is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 71 | 235 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.08 |
| HSL | 282.07º | 0.8% | 0.6% | - |
| HSV(B) | 282.07º | 0.7% | 0.92% | - |
| XYZ | 37.5 | 20.94 | 80.66 | - |
| YUV | 124.08 | 190.6 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 235 | 0.21 | 0.70 | 0 | 0.08 | 282.07 | 0.8 | 0.6 |
| Hex | BA | 47 | EB | 15 | 46 | 0 | 8 | 11A | 50 | 3C |
| Octal | 272 | 107 | 353 | 25 | 106 | 0 | 10 | 432 | 120 | 74 |
| Binary | 10111010 | 1000111 | 11101011 | 10101 | 1000110 | 0 | 1000 | 100011010 | 1010000 | 111100 |
Color Harmonies of #BA47EB
Complementary color
Monochromatic Colors of #BA47EB
Black with #BA47EB
Text Example
Text Example
White with #BA47EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47EB; }
p { color: rgb(186,71,235); }
H1.HeaderClassName
{
color: #BA47EB;
}
.AnyTagClassName
{
color: #BA47EB;
}
</style>
background-color css
<style>
a { background-color: #BA47EB; }
a { background-color: rgb(186,71,235); }
div.DivClassName
{
background-color: #BA47EB;
}
.BgClassName
{
background-color: #BA47EB;
}
</style>
border-color css
<style>
span { border-color: #BA47EB; }
span { border-color: rgb(186,71,235); }
td.TdClassName
{
border-color: #BA47EB;
}
.TagClassName
{
border-color: #BA47EB;
}
</style>