Shades of Medium Orchid #BA46ED
Tints of Medium Orchid #BA46ED
RGB
CMYK
RGB Variations
Color information
#BA46ED (or 0xBA46ED) is known color: Medium Orchid. HEX triplet: BA, 46 and ED. RGB value is (186,70,237). Sum of RGB (Red+Green+Blue) = 186+70+237=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA46ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA46ED is #45B912. Grayscale: #7B7B7B. Windows color (decimal): -4569363 or 15550138. OLE color: 15550138.
HSL color Cylindrical-coordinate representation of color #BA46ED: hue angle of 281.68º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA46ED is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 70 | 237 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.07 |
| HSL | 281.68º | 0.82% | 0.6% | - |
| HSV(B) | 281.68º | 0.7% | 0.93% | - |
| XYZ | 37.73 | 20.93 | 82.17 | - |
| YUV | 123.72 | 191.93 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 237 | 0.22 | 0.70 | 0 | 0.07 | 281.68 | 0.82 | 0.6 |
| Hex | BA | 46 | ED | 16 | 46 | 0 | 7 | 11A | 52 | 3C |
| Octal | 272 | 106 | 355 | 26 | 106 | 0 | 7 | 432 | 122 | 74 |
| Binary | 10111010 | 1000110 | 11101101 | 10110 | 1000110 | 0 | 111 | 100011010 | 1010010 | 111100 |
Color Harmonies of #BA46ED
Complementary color
Monochromatic Colors of #BA46ED
Black with #BA46ED
Text Example
Text Example
White with #BA46ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46ED; }
p { color: rgb(186,70,237); }
H1.HeaderClassName
{
color: #BA46ED;
}
.AnyTagClassName
{
color: #BA46ED;
}
</style>
background-color css
<style>
a { background-color: #BA46ED; }
a { background-color: rgb(186,70,237); }
div.DivClassName
{
background-color: #BA46ED;
}
.BgClassName
{
background-color: #BA46ED;
}
</style>
border-color css
<style>
span { border-color: #BA46ED; }
span { border-color: rgb(186,70,237); }
td.TdClassName
{
border-color: #BA46ED;
}
.TagClassName
{
border-color: #BA46ED;
}
</style>